Documentation ¶
Overview ¶
Groups is a package for shared CLI groups.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Commands group is a catch all group for commands. Commands = &cobra.Group{ Title: "Commands", ID: "commands", } // Config group is for commands that interact with the config API Config = &cobra.Group{ Title: "Chronosphere Configuration", ID: "config", } // State group is for commands that interact with the state API State = &cobra.Group{ Title: "Chronosphere State", ID: "state", } // Deprecated group is for commands that are deprecated Deprecated = &cobra.Group{ Title: "Deprecated Commands", ID: "deprecated", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.