refactor: underscoring preserved command names

This commit is contained in:
iff 2024-09-25 18:00:00 +02:00
parent eb66bc2c24
commit e1586db6af
3 changed files with 4 additions and 4 deletions

View file

@ -1,12 +0,0 @@
command = "general"
[[match_err]]
pattern = [
"command not found",
"unknown command",
"nu::shell::external_command"
]
suggest = [
'''
{{typo[0](path)}} {{command[1:]}} '''
]