Documentation ¶
Index ¶
- func NewCreateBranchCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewDeleteBranchCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewEditBranchCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- func NewGetBranchesCmd(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command
- type CreateOptions
- type DeleteOptions
- type EditOptions
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateBranchCmd ¶
func NewDeleteBranchCmd ¶
func NewEditBranchCmd ¶
func NewGetBranchesCmd ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct { Out string // contains filtered or unexported fields }
func NewCreateOptions ¶
func NewCreateOptions(ioStreams genericiooptions.IOStreams) *CreateOptions
func (*CreateOptions) AddFlags ¶
func (o *CreateOptions) AddFlags(cmd *cobra.Command)
AddFlags registers flags for a cli
func (*CreateOptions) Run ¶
func (o *CreateOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type DeleteOptions ¶
type DeleteOptions struct {
// contains filtered or unexported fields
}
func NewDeleteOptions ¶
func NewDeleteOptions(ioStreams genericiooptions.IOStreams) *DeleteOptions
func (*DeleteOptions) Run ¶
func (o *DeleteOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type EditOptions ¶
func NewEditOptions ¶
func NewEditOptions(ioStreams genericiooptions.IOStreams) *EditOptions
func (*EditOptions) AddFlags ¶
func (o *EditOptions) AddFlags(cmd *cobra.Command)
AddFlags registers flags for a cli
func (*EditOptions) Run ¶
func (o *EditOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
type ListOptions ¶
func NewListOptions ¶
func NewListOptions(ioStreams genericiooptions.IOStreams) *ListOptions
func (*ListOptions) AddFlags ¶
func (o *ListOptions) AddFlags(cmd *cobra.Command)
AddFlags registers flags for a cli
func (*ListOptions) Run ¶
func (o *ListOptions) Run(args []string) error
Run executes a list subcommand using the specified options.
Click to show internal directories.
Click to hide internal directories.