Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootFlags stores the global flags to be used in newRootCommand. // These flags might be filled by configfx.Source[T] implementations. RootFlags = pflag.NewFlagSet("root", pflag.ContinueOnError) // RootPreRuns will be added to root commands PreRun. // Use this to inject any code precommand start. RootPreRuns []func(cmd *cobra.Command, args []string) // RootFlagConfigPathDefault is the default value for config-path. // It is defined here to be modified during tests to fake arguments being passed. RootFlagConfigPathDefault = "" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.