flags

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DdAgentHost               = "dd-agent-host"
	DdTraceAgentPort          = "dd-trace-agent-port"
	NonValidatingFullNodeFlag = "non-validating-full-node"

	// Cosmos flags below. These config values can be set as flags or in config.toml.
	GrpcAddress = "grpc.address"
	GrpcEnable  = "grpc.enable"
)

List of CLI flags.

View Source
const (
	DefaultDdAgentHost           = ""
	DefaultDdTraceAgentPort      = 8126
	DefaultNonValidatingFullNode = false
)

Default values.

Variables

This section is empty.

Functions

func AddFlagsToCmd

func AddFlagsToCmd(cmd *cobra.Command)

AddFlagsToCmd adds flags to app initialization. These flags should be applied to the `start` command of the V4 Cosmos application. E.g. `dydxprotocold start --non-validating-full-node true`.

Types

type Flags

type Flags struct {
	DdAgentHost           string
	DdTraceAgentPort      uint16
	NonValidatingFullNode bool

	// Existing flags
	GrpcAddress string
	GrpcEnable  bool
}

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.

func (*Flags) Validate added in v0.3.0

func (f *Flags) Validate() error

Validate checks that the flags are valid.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL