blob: f671142d7071bc789d80c39f283014848abf6542 [file] [log] [blame]
pkg cmdline, const ErrUsage ErrExitCode
pkg cmdline, func HideGlobalFlagsExcept(...*regexp.Regexp)
pkg cmdline, method (*Command) Execute([]string) error
pkg cmdline, method (*Command) Init(*Command, io.Writer, io.Writer)
pkg cmdline, method (*Command) Main() int
pkg cmdline, method (*Command) Stderr() io.Writer
pkg cmdline, method (*Command) Stdout() io.Writer
pkg cmdline, method (*Command) UsageErrorf(string, ...interface{}) error
pkg cmdline, method (ErrExitCode) Error() string
pkg cmdline, type Command struct
pkg cmdline, type Command struct, ArgsLong string
pkg cmdline, type Command struct, ArgsName string
pkg cmdline, type Command struct, Children []*Command
pkg cmdline, type Command struct, Flags flag.FlagSet
pkg cmdline, type Command struct, Long string
pkg cmdline, type Command struct, Name string
pkg cmdline, type Command struct, Run Runner
pkg cmdline, type Command struct, Short string
pkg cmdline, type Command struct, Topics []Topic
pkg cmdline, type ErrExitCode int
pkg cmdline, type Runner func(cmd *Command, args []string) error
pkg cmdline, type Topic struct
pkg cmdline, type Topic struct, Long string
pkg cmdline, type Topic struct, Name string
pkg cmdline, type Topic struct, Short string