mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
12 lines
182 B
TOML
12 lines
182 B
TOML
command = "_PR_general"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"command not found",
|
|
"unknown command",
|
|
"nu::shell::external_command"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{typo[0](path)}} {{command[1:]}} '''
|
|
]
|