We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b77f8 commit b3aebbeCopy full SHA for b3aebbe
1 file changed
crates/cast/src/opts.rs
@@ -521,12 +521,7 @@ pub enum CastSubcommand {
521
to_request: bool,
522
523
/// Specify the Network for correct encoding.
524
- #[arg(
525
- long,
526
- short,
527
- num_args = 0..=1,
528
- value_name = "NETWORK"
529
- )]
+ #[arg(long, short, num_args = 1, value_name = "NETWORK")]
530
network: Option<NetworkVariant>,
531
},
532
0 commit comments