We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b53976 + c044790 commit bf1c41bCopy full SHA for bf1c41b
timeboost/src/binaries/timeboost.rs
@@ -69,7 +69,7 @@ struct Cli {
69
namespace: u64,
70
71
/// Submitter should connect only with https?
72
- #[clap(long, default_value_t = true)]
+ #[clap(long, default_value_t = true, action = clap::ArgAction::Set)]
73
https_only: bool,
74
75
/// The until value to use for the committee config.
0 commit comments