fix: broken rules for new nushell version

This commit is contained in:
iff 2024-11-18 13:38:21 +01:00
parent 8f9aac6bdc
commit a71486e956
3 changed files with 8 additions and 3 deletions

View file

@ -7,6 +7,7 @@ pattern = [
]
suggest = [
'''
#[!shell(nu)]
mkdir --parents {{command[1]}} && \
cd {{command[1]}} '''
]
@ -17,5 +18,6 @@ pattern = [
]
suggest = [
'''
mkdir {{command[1]}} '''
mkdir {{command[1]}} and \
cd {{command[1]}} '''
]