pay-respects/rules/rm.toml
2023-07-31 23:42:19 +02:00

8 lines
130 B
TOML

command = "rm"
[[match_err]]
pattern = [ "no such file or directory", ]
suggest = [
'''
{{command[:-2]}} {{typo[-1](file)}}'''
]