var helpLong … // NewCmdHelp returns the help Cobra command func NewCmdHelp() *cobra.Command { … } // RunHelp checks given arguments and executes command func RunHelp(cmd *cobra.Command, args []string) { … }
var helpLong … // NewCmdHelp returns the help Cobra command func NewCmdHelp() *cobra.Command { … } // RunHelp checks given arguments and executes command func RunHelp(cmd *cobra.Command, args []string) { … }