You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Cobra to set up the cli commands, arguments, and flags. Cobra only allows for one default value for a given flag.
Currently, all of the flag defaults for the cli are set to target the dev net (dusk-#).
Similar to the --network flag in the devrunner commands, a --network flag should be added to the sequencer commands to allow for easily updating all of the potential flag values for a command to target that specific network using a config file.
The text was updated successfully, but these errors were encountered:
We use Cobra to set up the cli commands, arguments, and flags. Cobra only allows for one default value for a given flag.
Currently, all of the flag defaults for the cli are set to target the dev net (dusk-#).
Similar to the
--network
flag in thedevrunner
commands, a--network
flag should be added to thesequencer
commands to allow for easily updating all of the potential flag values for a command to target that specific network using a config file.The text was updated successfully, but these errors were encountered: