Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Cosmos flags below. These config values can be set as flags or in config.toml. GrpcAddress = "grpc.address" GrpcEnable = "grpc.enable" KeyringBackend = "keyring-backend" )
List of CLI flags.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
A struct containing the values of all flags.
func GetFlagValuesFromOptions ¶
func GetFlagValuesFromOptions( appOpts servertypes.AppOptions, ) Flags
GetFlagValuesFromOptions gets values from the `AppOptions` struct which contains values from the command-line flags.
Click to show internal directories.
Click to hide internal directories.