mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
13 lines
220 B
TOML
13 lines
220 B
TOML
command = "_PR_general"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"command not found",
|
|
"unknown command",
|
|
"nu::shell::external_command",
|
|
"is not recognized as a name of a cmdlet"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{exes[0]}} {{command[1:]}} '''
|
|
]
|