mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
22 lines
286 B
TOML
22 lines
286 B
TOML
command = "rm"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"is a directory",
|
|
"try --recursive"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{command}} --recursive '''
|
|
]
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such file or directory",
|
|
"file(s) not found"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{command[0}} {{opt::(?:\s)-[\w]+}} {{typo[1:](file)}} '''
|
|
]
|
|
|