Skip to content

Commit

Permalink
fix(hok): added long format arg of listing known buckets
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Aug 10, 2023
1 parent 660d3e2 commit 658ef7d
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 @@ -36,6 +36,7 @@ pub fn build() -> Command {
Arg::new("known")
.help("List known buckets")
.short('k')
.long("known")
.action(ArgAction::SetTrue),
),
)
Expand Down

0 comments on commit 658ef7d

Please sign in to comment.