From 8631f3219f829bda57f9c880bc26ce9300d6cec6 Mon Sep 17 00:00:00 2001 From: iff Date: Mon, 31 Jul 2023 20:20:46 +0200 Subject: [PATCH] update: no_command rules for fish and nushell --- Cargo.toml | 2 +- rules/no_command.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9117a74..7bdd6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pay_respect" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/rules/no_command.toml b/rules/no_command.toml index 94d49ad..70be301 100644 --- a/rules/no_command.toml +++ b/rules/no_command.toml @@ -2,7 +2,9 @@ command = "no_command" [[match_err]] pattern = [ - "command not found" + "command not found", + "unknown command", + "executable was not found" ] suggest = [ '''