Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppVersion is the global CLI application version AppVersion string )
Functions ¶
Types ¶
type RootCmd ¶
RootCmd is a global cmd package abstraction struct
func NewRootCmd ¶
func NewRootCmd() *RootCmd
NewRootCmd returns the application and global facing root cobra command
func (*RootCmd) LoadSubCommands ¶
func (r *RootCmd) LoadSubCommands()
LoadSubCommands loads the sub-commands of RootCmd.Cmd
Click to show internal directories.
Click to hide internal directories.