From f26afd4dea92444e3fe5b4877c584c67bc6e70d3 Mon Sep 17 00:00:00 2001 From: noot Date: Tue, 22 Mar 2022 14:37:10 -0400 Subject: [PATCH] allow --genesis flag to be passed to base command --- cmd/gossamer/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gossamer/flags.go b/cmd/gossamer/flags.go index 2c582c7a41..58fe0d1ea2 100644 --- a/cmd/gossamer/flags.go +++ b/cmd/gossamer/flags.go @@ -456,7 +456,7 @@ var ( // local flag sets for the root gossamer command and all subcommands var ( // RootFlags are the flags that are valid for use with the root gossamer command - RootFlags = append(GlobalFlags, StartupFlags...) + RootFlags = append(append(GlobalFlags, StartupFlags...), GenesisFlag) // InitFlags are flags that are valid for use with the init subcommand InitFlags = append([]cli.Flag{