Skip to content

Commit

Permalink
feat: bn alias for block-number
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Oct 13, 2023
1 parent 2e1d7a8 commit ee078d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ enum Subcommands {
Call(Call),
#[clap(alias = "tx", about = "Get Starknet transaction by hash")]
Transaction(Transaction),
#[clap(about = "Get latest block number")]
#[clap(alias = "bn", about = "Get latest block number")]
BlockNumber(BlockNumber),
#[clap(about = "Get latest block hash")]
BlockHash(BlockHash),
Expand Down

0 comments on commit ee078d2

Please sign in to comment.