Versions in this module Expand all Collapse all v1 v1.1.0 Dec 19, 2024 v1.0.0 Dec 19, 2024 Changes in this version + type CobraCommand struct + func (c *CobraCommand) AddCommand(command cli_models.Command) error + func (c *CobraCommand) AddCommands(commands ...*cli_models.Command) error + func (c *CobraCommand) Execute() error + func (c *CobraCommand) Init(info cli_models.Info) error + func (c *CobraCommand) Name() string + func (c *CobraCommand) SetDefaultAction(action func())