diff --git a/src/clap_app.rs b/src/clap_app.rs index ec140e1..8800b8e 100644 --- a/src/clap_app.rs +++ b/src/clap_app.rs @@ -286,6 +286,7 @@ pub fn build() -> Command { .subcommand( Command::new("search") .about("Search available package(s)") + .alias("s"), .long_about( "Search available package(s) from synced buckets.\n\ The query is performed against package names by default, \