pay-respects/rules/pr_general.toml
2024-12-31 15:11:03 +01:00

13 lines
272 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, function, script file, or executable program"
]
suggest = [
'''
{{typo[0](path)}} {{command[1:]}} '''
]