mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
11 lines
172 B
TOML
11 lines
172 B
TOML
command = "mkdir"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"cannot create directory"
|
|
]
|
|
suggest = [
|
|
'''
|
|
#[err_contains(no such file or directory)]
|
|
{{command[0]}} -p {{command[1:]}}'''
|
|
]
|