diff --git a/Cargo.lock b/Cargo.lock index d2a7a07..bca2e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "nh" -version = "3.5.0" +version = "3.5.1" dependencies = [ "ambassador", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e7e1f17..7130151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nh" -version = "3.5.0" +version = "3.5.1" edition = "2021" license = "EUPL-1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/interface.rs b/src/interface.rs index 201a4bc..f45e0d8 100644 --- a/src/interface.rs +++ b/src/interface.rs @@ -62,7 +62,6 @@ pub trait NHRunnable { pub enum NHCommand { Os(OsArgs), Home(HomeArgs), - #[command(hide = true)] Search(SearchArgs), Clean(CleanProxy), Completions(CompletionArgs),