Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "hashstack", Short: "Execute commands against a Hashstack server. Try -h or --help for more information.", Long: "Execute commands against a Hashstack server. Try -h or --help for more information.", Run: func(cmd *cobra.Command, args []string) { cmd.Usage() }, PersistentPreRun: func(cmd *cobra.Command, args []string) { debug(fmt.Sprintf("Command: running sub command %s", cmd.Name())) }, }
RootCmd is the root level command for the cli. Executing this command will print the usage information and exit.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.