Skip to content

Commit

Permalink
more missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 17, 2022
1 parent 267f470 commit 8e2f214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/control/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ func newStartCommand() *cobra.Command {
"",
"[optional] JSON string of map from chain id to its config file contents",
)
cmd.PersistentFlags().StringVar(
&upgradeConfigs,
"upgrade-configs",
"",
"[optional] JSON string of map from chain id to its config file contents",
)
if err := cmd.MarkPersistentFlagRequired("avalanchego-path"); err != nil {
panic(err)
}
Expand Down

0 comments on commit 8e2f214

Please sign in to comment.