Skip to content

Commit

Permalink
fix: disable alias for hide-name
Browse files Browse the repository at this point in the history
  • Loading branch information
talwat committed Sep 4, 2023
1 parent f3679cc commit 3bf78ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub struct Args {
pub pokemon: Vec<String>,

/// Whether to hide the pokemon's name which appears above it
#[arg(short, long, default_value_t = false)]
#[arg(long, default_value_t = false)]
pub hide_name: bool,

/// The form of the pokemon
Expand Down

0 comments on commit 3bf78ba

Please sign in to comment.