Versions in this module Expand all Collapse all v1 v1.10.0 Jul 22, 2018 v1.8.3 Apr 24, 2017 Changes in this version + var AvailableCommands = []*Command + type Command struct + CustomFlags bool + Flag flag.FlagSet + Long string + PreRun func(cmd *Command, args []string) + Run func(cmd *Command, args []string) int + Short string + UsageLine string + func (c *Command) Name() string + func (c *Command) Options() map[string]string + func (c *Command) Out() io.Writer + func (c *Command) Runnable() bool + func (c *Command) SetOutput(output io.Writer) + func (c *Command) Usage()