Skip to content

Commit

Permalink
remove erroneous clap::requires (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Nov 6, 2024
1 parent 9450384 commit c96509f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ pub struct ForkArgs {
long,
value_name = "BLOCK",
long_help = "Fetch state from a specific block number over a remote endpoint.",
requires = "fork",
alias = "fork-at"
)]
pub fork_block_number: Option<u64>,
Expand Down

0 comments on commit c96509f

Please sign in to comment.