Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Settings *environment.Settings Args []*string }
Command implements common command functions
func (*Command) AddArg ¶
AddArg makes the command aware that it is expecting an argument The order that args are added is important
func (*Command) ParseArgs ¶
func (c *Command) ParseArgs() cobra.PositionalArgs
ParseArgs writes the arg values to the specified locations.
Click to show internal directories.
Click to hide internal directories.