Skip to content

Commit

Permalink
fix: add short flag/option for version flag (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
destifo authored Jan 29, 2024
1 parent b0c42c3 commit 4b3ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub enum Command {
long_about= None,
)]
pub struct Args {
#[arg(long)]
#[arg(short = 'V', long)]
pub version: bool,

#[command(subcommand)]
Expand Down

0 comments on commit 4b3ce1e

Please sign in to comment.