pay-respects/rules/c_typo.toml
2023-08-16 14:27:40 +02:00

17 lines
216 B
TOML

command = "c"
[[match_err]]
pattern = [
"command not found",
"unknown command",
"nu::shell::external_command"
]
suggest = [
'''
#[length(2)]
cd {{command[1:]}} ''',
'''
#[min_length(3)]
cp {{command[1:]}} '''
]