Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CobraAdaptor ¶
type CobraAdaptor struct {
// contains filtered or unexported fields
}
CobraAdaptor is an adaptor for supporting spf13/cobra commands in the docker/cli framework
func NewCobraAdaptor ¶
func NewCobraAdaptor(clientFlags *cliflags.ClientFlags) CobraAdaptor
NewCobraAdaptor returns a new handler
func (CobraAdaptor) Command ¶
func (c CobraAdaptor) Command(name string) func(...string) error
Command returns a cli command handler if one exists
func (CobraAdaptor) Usage ¶
func (c CobraAdaptor) Usage() []cli.Command
Usage returns the list of commands and their short usage string for all top level cobra commands.
Click to show internal directories.
Click to hide internal directories.