mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
rules: use short arguments for Mac compatibility
This commit is contained in:
parent
f33d9624b5
commit
5a64e6c6c8
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ pattern = [ "no such file or directory" ]
|
|||
suggest = [
|
||||
'''
|
||||
#[!shell(nu)]
|
||||
mkdir --parents {{cmd::(?:\s)+(.*[\\\/])(?:\s)*}} &&
|
||||
mkdir -p {{cmd::(?:\s)+(.*[\\\/])(?:\s)*}} &&
|
||||
touch {{command[1:]}} '''
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue