fix: things with nushell

This commit is contained in:
iff 2025-04-05 01:15:41 +02:00
parent e1e9c14b47
commit 58b6a65a75
6 changed files with 15 additions and 10 deletions

View file

@ -16,7 +16,7 @@ pattern = [
suggest = [
'''
#[err_contains(no such file or directory)]
mkdir -p {{cmd::(?m)\s(\S+[\\\/])\S*\s*$}} && \
mkdir -p {{cmd::(?m)\s(\S+[\\\/])\S*\s*$}} &&
{{command[0]}} {{opt::(?:\s)(-[\w]+)}} {{command[1:]}} '''
]