mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
18 lines
244 B
TOML
18 lines
244 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::(?:\s)-[\w]+}} {{typo[-1](file)}}
|
|
'''
|
|
]
|
|
|