package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Apr 7, 2024
License: GPL-3.0, GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CreateGenesisCommand = cli.Command{
Name: "genesis",
Usage: "Creates genesis.json from a template and overrides",
Action: createGenesis,
ArgsUsage: "",
Flags: append(
[]cli.Flag{
buildpathFlag,
newEnvFlag,
markerCfgFlag,
},
templateFlags...),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.