Don't override the fork in lcli eth1-genesis (#948)

* Don't override the fork in lcli

* Add spec flag to lcli
This commit is contained in:
Paul Hauner
2020-04-01 17:42:24 +11:00
committed by GitHub
parent 88d37e96fa
commit e04fc8ddb4
2 changed files with 2 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ fn main() {
.arg(
Arg::with_name("spec")
.short("s")
.long("spec")
.value_name("STRING")
.takes_value(true)
.required(true)