mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 04:42:34 +00:00
Allow testnet command to overwrite files (#1045)
This commit is contained in:
@@ -254,6 +254,13 @@ fn main() {
|
||||
"Produce a new testnet directory. If any of the optional flags are not
|
||||
supplied the values will remain the default for the --spec flag",
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("force")
|
||||
.long("force")
|
||||
.short("f")
|
||||
.takes_value(false)
|
||||
.help("Overwrites any previous testnet configurations"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("min-genesis-time")
|
||||
.long("min-genesis-time")
|
||||
|
||||
Reference in New Issue
Block a user