Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AboutCommandProvider ¶
type AboutCommandProvider struct{}
AboutCommandProvider implements the CommandProvider interface.
func (*AboutCommandProvider) GetCommand ¶
func (a *AboutCommandProvider) GetCommand() *cobra.Command
GetCommand returns the about command.
func (*AboutCommandProvider) GetGroup ¶
func (a *AboutCommandProvider) GetGroup() string
GetGroup returns the command group for help organization.
func (*AboutCommandProvider) GetName ¶
func (a *AboutCommandProvider) GetName() string
GetName returns the command name.
Click to show internal directories.
Click to hide internal directories.