Documentation ¶
Index ¶
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
}
Command is the implementation of `commands.Command`.
func (Command) Description ¶
Description explains what this verb commands to do
func (Command) Execute ¶
Execute is the main function here. It is responsible to start the execution of the command.
`args` are the arguments left unused by verb itself and options.
func (*Command) SetupFlagSet ¶
SetupFlagSet is called to allow the command implementation to setup which option flags it has.
Click to show internal directories.
Click to hide internal directories.