fix: nu has multiple type of messages

This commit is contained in:
iff 2023-07-31 21:20:52 +02:00
parent c2e2229cb4
commit 460550805c

View file

@ -4,7 +4,7 @@ command = "no_command"
pattern = [ pattern = [
"command not found", "command not found",
"unknown command", "unknown command",
"executable was not found" "nu::shell::external_command",
] ]
suggest = [ suggest = [
''' '''