pay-respects/rules/pr_general.toml

14 lines
272 B
TOML
Raw Normal View History

command = "_PR_general"
2023-07-31 18:46:35 +02:00
[[match_err]]
pattern = [
"command not found",
"unknown command",
2024-12-31 15:11:03 +01:00
"nu::shell::external_command",
"is not recognized as a name of a cmdlet, function, script file, or executable program"
2023-07-31 18:46:35 +02:00
]
suggest = [
2023-08-04 02:42:16 +02:00
'''
2023-08-07 18:35:07 +02:00
{{typo[0](path)}} {{command[1:]}} '''
2023-07-31 18:46:35 +02:00
]