Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateBottleCommand ¶
CreateBottleCommand is the command line data structure for the create action of bottle
func (*CreateBottleCommand) RegisterFlags ¶
func (cmd *CreateBottleCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DownloadCommand ¶
type DownloadCommand struct { // OutFile is the path to the download output file. OutFile string }
DownloadCommand is the command line data structure for the download command.
type ShowBottleCommand ¶
ShowBottleCommand is the command line data structure for the show action of bottle
func (*ShowBottleCommand) RegisterFlags ¶
func (cmd *ShowBottleCommand) 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.