Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logo = "" /* 217-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type BaseCommand ¶
type BaseCommand struct {
// contains filtered or unexported fields
}
BaseCommand struct
func (*BaseCommand) AddCommands ¶
func (bc *BaseCommand) AddCommands(children ...Command)
AddCommands adds children commands to the parent command
func (*BaseCommand) CobraCmd ¶
func (bc *BaseCommand) CobraCmd() *cobra.Command
CobraCmd returns BaseCommand
type ListOnlineCommand ¶
type ListOnlineCommand struct {
BaseCommand
}
ListOnlineCommand list cmd struct
Click to show internal directories.
Click to hide internal directories.