2023-08-06 02:13:10 +02:00
|
|
|
command = "mkdir"
|
|
|
|
|
|
|
|
|
|
[[match_err]]
|
|
|
|
|
pattern = [
|
|
|
|
|
"cannot create directory"
|
|
|
|
|
]
|
|
|
|
|
suggest = [
|
|
|
|
|
'''
|
|
|
|
|
#[err_contains(no such file or directory)]
|
2025-05-22 11:33:22 +02:00
|
|
|
{{command[0]}} -p {{command[1:]}}'''
|
2023-08-06 02:13:10 +02:00
|
|
|
]
|