feat: get output from commandline

This commit is contained in:
iff 2023-08-04 00:18:31 +02:00
parent cba41a78e5
commit 8ae71443d6
4 changed files with 132 additions and 44 deletions

View file

@ -64,3 +64,14 @@ repack,
replace,
)}} {{command[2:]}}'''
]
[[match_err]]
pattern = [
"did not match any file"
]
suggest = [
'''
#[cmd_contains(checkout)]
git checkout {{typo[2]({{shell(git branch)}})}}
'''
]