mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
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:
@@ -33,6 +33,7 @@ fn main() {
|
||||
.arg(
|
||||
Arg::with_name("spec")
|
||||
.short("s")
|
||||
.long("spec")
|
||||
.value_name("STRING")
|
||||
.takes_value(true)
|
||||
.required(true)
|
||||
|
||||
Reference in New Issue
Block a user