pay-respects/rules/no_command.toml

10 lines
128 B
TOML

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