Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { *common.BaseCommand // contains filtered or unexported fields }
func (*Command) AutocompleteArgs ¶
AutocompleteArgs returns the argument predictor for this command. Since argument completion is not supported, this will return complete.PredictNothing.
func (*Command) AutocompleteFlags ¶
AutocompleteFlags returns a mapping of supported flags and autocomplete options for this command. The map key for the Flags map should be the complete flag such as "-foo" or "--foo".
Click to show internal directories.
Click to hide internal directories.