pay-respects/rules/rm.toml

9 lines
130 B
TOML
Raw Normal View History

2023-07-31 23:42:19 +02:00
command = "rm"
[[match_err]]
pattern = [ "no such file or directory", ]
suggest = [
'''
{{command[:-2]}} {{typo[-1](file)}}'''
]