Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAppendAndReplaceAreMutuallyExclusive = errors.New("--append and --replace and mutually exclusive")
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct { // Global options config.VegaHomeFlag config.PassphraseFlag // Subcommands Generate generateCmd `command:"generate" description:"Generates the genesis file"` Update updateCmd `` /* 160-byte string literal not displayed */ LoadCheckpoint loadCheckpointCmd `command:"load_checkpoint" description:"Load the given checkpoint file in the genesis file"` }
Click to show internal directories.
Click to hide internal directories.