mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: allow shell to execute command (useful for cd)
This commit is contained in:
parent
e63d55110e
commit
cb38df3c37
3 changed files with 22 additions and 4 deletions
|
|
@ -9,5 +9,6 @@ pattern = [
|
|||
suggest = [
|
||||
'''
|
||||
#[err_contains(no such file or directory)]
|
||||
mkdir -p {{command[1]}} '''
|
||||
mkdir -p {{command[1]}}
|
||||
cd {{command[1]}} '''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue