pay-respects/rules/mkdir.toml

13 lines
161 B
TOML
Raw 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}} --parents
'''
]