mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
16 lines
232 B
TOML
16 lines
232 B
TOML
command = "rm"
|
|
|
|
[[match_err]]
|
|
pattern = [ "is a directory", ]
|
|
suggest = [
|
|
'''
|
|
{{command}} --recursive'''
|
|
]
|
|
|
|
[[match_err]]
|
|
pattern = [ "no such file or directory", ]
|
|
suggest = [
|
|
'''
|
|
{{command[0}} {{opt(-*)}} {{typo[-1](file)}}'''
|
|
]
|
|
|