Skip to content

Commit

Permalink
Add n as short argument for address count
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Feb 5, 2024
1 parent 84f2642 commit 8dfb8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/wallet-address-generator-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub struct CliArgs {
pub network: Network,

/// Number of addresses to generate and display
#[clap(long, default_value_t = 1)]
#[clap(long, short = 'n', default_value_t = 1)]
pub address_count: u8,
}

Expand Down

0 comments on commit 8dfb8c6

Please sign in to comment.