mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Undo some CLI flag breakages (#5902)
* Undo some CLI breakages * Update CLI book docs
This commit is contained in:
@@ -1101,6 +1101,8 @@ pub fn cli_app() -> Command {
|
||||
[Enabled by default].")
|
||||
.action(ArgAction::Set)
|
||||
.default_value("true")
|
||||
.num_args(0..=1)
|
||||
.default_missing_value("true")
|
||||
.display_order(0)
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user