update: no_command rules for fish and nushell

This commit is contained in:
iff 2023-07-31 20:20:46 +02:00
parent 2922dbc568
commit 8631f3219f
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pay_respect" name = "pay_respect"
version = "0.3.0" version = "0.3.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View file

@ -2,7 +2,9 @@ command = "no_command"
[[match_err]] [[match_err]]
pattern = [ pattern = [
"command not found" "command not found",
"unknown command",
"executable was not found"
] ]
suggest = [ suggest = [
''' '''