Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ RunE: func(cmd *cobra.Command, args []string) error { if vers { fmt.Println(application.FullVersion()) return nil } return cmd.Help() }, }
Root represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.