pay-respects/rules/mkdir.toml

12 lines
172 B
TOML
Raw Permalink Normal View History

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