Documentation ¶
Index ¶
Constants ¶
View Source
const (
DebugColor = "\033[0;36m%s\033[0m"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyCommand ¶
type ProxyCommand struct { *common.BaseCommand // contains filtered or unexported fields }
func (*ProxyCommand) AutocompleteArgs ¶
func (c *ProxyCommand) AutocompleteArgs() complete.Predictor
AutocompleteArgs returns the argument predictor for this command. Since argument completion is not supported, this will return complete.PredictNothing.
func (*ProxyCommand) AutocompleteFlags ¶
func (c *ProxyCommand) AutocompleteFlags() complete.Flags
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".
func (*ProxyCommand) Help ¶
func (c *ProxyCommand) Help() string
func (*ProxyCommand) Run ¶
func (c *ProxyCommand) Run(args []string) int
Run executes the list command.
func (*ProxyCommand) Synopsis ¶
func (c *ProxyCommand) Synopsis() string
func (*ProxyCommand) Troubleshoot ¶
func (c *ProxyCommand) Troubleshoot() error
Click to show internal directories.
Click to hide internal directories.