Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateHeroCommand ¶
CreateHeroCommand is the command line data structure for the create action of hero
func (*CreateHeroCommand) RegisterFlags ¶
func (cmd *CreateHeroCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListHeroCommand ¶
type ListHeroCommand struct {
PrettyPrint bool
}
ListHeroCommand is the command line data structure for the list action of hero
func (*ListHeroCommand) RegisterFlags ¶
func (cmd *ListHeroCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ShowHeroCommand ¶
ShowHeroCommand is the command line data structure for the show action of hero
func (*ShowHeroCommand) RegisterFlags ¶
func (cmd *ShowHeroCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
Click to show internal directories.
Click to hide internal directories.