pay-respects/rules/no_command.toml

12 lines
177 B
TOML

command = "no_command"
[[match_err]]
pattern = [
"command not found",
"unknown command",
"executable was not found"
]
suggest = [
'''
{{typo[0](path)}} {{command[1:]}}'''
]