Documentation ¶ Index ¶ type Command func New() *Command func (c *Command) Execute() error func (c *Command) InitFlags(flagSetter command.FlagSetter) error func (c *Command) Name() string func (c *Command) ShortName() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { // contains filtered or unexported fields } func New ¶ func New() *Command func (*Command) Execute ¶ func (c *Command) Execute() error func (*Command) InitFlags ¶ func (c *Command) InitFlags(flagSetter command.FlagSetter) error func (*Command) Name ¶ func (c *Command) Name() string func (*Command) ShortName ¶ func (c *Command) ShortName() string Source Files ¶ View all Source files command.gogenerator.gospec.go Click to show internal directories. Click to hide internal directories.