Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Basic ¶
type Basic interface { New() Command Edit() Command Delete() Command Query() Command List() Command Select() Command Clone() Command Push() Command Pull() Command Checkout() Command // Sets the following in the command if not already set: // Name // Aliases // Also runs the options provided Base() (*cli.Command, []Option) }
type BeforeHandler ¶
type BeforeHandler interface { Shift(method cli.BeforeFunc) Push(method cli.BeforeFunc) }
type Command ¶
type FlagHandler ¶
type FlagHandler interface { Shift(flags ...cli.Flag) Push(flags ...cli.Flag) }
type Linker ¶
type Linker interface { Command Before() BeforeHandler Flags() FlagHandler }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.