pay-respects/rules/mkdir.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:]}}'''
]