Skip to content

Commit

Permalink
fix: rename flag as_int -> as-int (#9235)
Browse files Browse the repository at this point in the history
* fix: rename flag as_int -> as-int

* Update crates/cast/bin/args.rs

Co-authored-by: DaniPopes <[email protected]>

---------

Co-authored-by: DaniPopes <[email protected]>
  • Loading branch information
klkvr and DaniPopes authored Oct 30, 2024
1 parent 213d817 commit 9d74675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cast/bin/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pub enum CastSubcommand {
value: Option<String>,

/// Decode the RLP data as int
#[arg(id = "int", long = "as_int", alias = "int")]
#[arg(long, alias = "int")]
as_int: bool,
},

Expand Down

0 comments on commit 9d74675

Please sign in to comment.