pay-respects/rules/no_command.toml

13 lines
181 B
TOML
Raw Normal View History

2023-07-31 18:46:35 +02:00
command = "no_command"
[[match_err]]
pattern = [
"command not found",
"unknown command",
2023-07-31 21:20:52 +02:00
"nu::shell::external_command",
2023-07-31 18:46:35 +02:00
]
suggest = [
'''
{{typo[0](path)}} {{command[1:]}}'''
]