mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
12 lines
177 B
TOML
12 lines
177 B
TOML
command = "no_command"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"command not found",
|
|
"unknown command",
|
|
"executable was not found"
|
|
]
|
|
suggest = [
|
|
'''
|
|
{{typo[0](path)}} {{command[1:]}}'''
|
|
]
|