mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
update: no_command rules for fish and nushell
This commit is contained in:
parent
2922dbc568
commit
8631f3219f
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pay_respect"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ command = "no_command"
|
|||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"command not found"
|
||||
"command not found",
|
||||
"unknown command",
|
||||
"executable was not found"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue