mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
rules: mkdir
This commit is contained in:
parent
6a84f3ab93
commit
48becb3e67
1 changed files with 12 additions and 0 deletions
12
rules/mkdir.toml
Normal file
12
rules/mkdir.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
command = "mkdir"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"cannot create directory"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[err_contains(no such file or directory)]
|
||||
{{command}} --parents
|
||||
'''
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue