Skip to content

Commit

Permalink
feat(hok): added s shortcut for search command
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Sep 8, 2023
1 parent 398ef27 commit 50c0bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 50c0bfc

Please sign in to comment.