Versions in this module Expand all Collapse all v1 v1.8.0 Aug 11, 2015 Changes in this version + func Subcmd(name string, synopses []string, description string, exitOnError bool) *flag.FlagSet + type Cli struct + Stderr io.Writer + Usage func() + func New(handlers ...Handler) *Cli + func (cli *Cli) CmdHelp(args ...string) error + func (cli *Cli) Run(args ...string) error + type ClientFlags struct + Common *CommonFlags + ConfigDir string + FlagSet *flag.FlagSet + PostParse func() + type CommonFlags struct + Debug bool + FlagSet *flag.FlagSet + Hosts []string + LogLevel string + PostParse func() + TLS bool + TLSOptions *tlsconfig.Options + TLSVerify bool + TrustKey string + type Handler interface + type Initializer interface + Initialize func() error + type StatusError struct + Status string + StatusCode int + func (e StatusError) Error() string v1.8.0-rc3 Aug 7, 2015 v1.8.0-rc2 Aug 4, 2015 v1.8.0-rc1 Jul 25, 2015