github.com/btwiuse/jiri@v0.0.0-20191125065820-53353bcfef54/cmdline/.api (about) 1 pkg cmdline, const ErrUsage ErrExitCode 2 pkg cmdline, func EnvFromOS() *Env 3 pkg cmdline, func ExitCode(error, io.Writer) int 4 pkg cmdline, func HideGlobalFlagsExcept(...*regexp.Regexp) 5 pkg cmdline, func Main(*Command) 6 pkg cmdline, func Parse(*Command, *Env, []string) (Runner, []string, error) 7 pkg cmdline, func ParseAndRun(*Command, *Env, []string) error 8 pkg cmdline, method (*Env) LookPath(string) (string, error) 9 pkg cmdline, method (*Env) LookPathPrefix(string, map[string]bool) ([]string, error) 10 pkg cmdline, method (*Env) TimerPop() 11 pkg cmdline, method (*Env) TimerPush(string) 12 pkg cmdline, method (*Env) UsageErrorf(string, ...interface{}) error 13 pkg cmdline, method (ErrExitCode) Error() string 14 pkg cmdline, method (RunnerFunc) Run(*Env, []string) error 15 pkg cmdline, type Command struct 16 pkg cmdline, type Command struct, ArgsLong string 17 pkg cmdline, type Command struct, ArgsName string 18 pkg cmdline, type Command struct, Children []*Command 19 pkg cmdline, type Command struct, DontInheritFlags bool 20 pkg cmdline, type Command struct, DontPropagateFlags bool 21 pkg cmdline, type Command struct, Flags flag.FlagSet 22 pkg cmdline, type Command struct, Long string 23 pkg cmdline, type Command struct, LookPath bool 24 pkg cmdline, type Command struct, Name string 25 pkg cmdline, type Command struct, ParsedFlags *flag.FlagSet 26 pkg cmdline, type Command struct, Runner Runner 27 pkg cmdline, type Command struct, Short string 28 pkg cmdline, type Command struct, Topics []Topic 29 pkg cmdline, type Env struct 30 pkg cmdline, type Env struct, Stderr io.Writer 31 pkg cmdline, type Env struct, Stdin io.Reader 32 pkg cmdline, type Env struct, Stdout io.Writer 33 pkg cmdline, type Env struct, Timer *timing.Timer 34 pkg cmdline, type Env struct, Usage func(*Env, io.Writer) 35 pkg cmdline, type Env struct, Vars map[string]string 36 pkg cmdline, type ErrExitCode int 37 pkg cmdline, type Runner interface { Run } 38 pkg cmdline, type Runner interface, Run(*Env, []string) error 39 pkg cmdline, type RunnerFunc func(*Env, []string) error 40 pkg cmdline, type Topic struct 41 pkg cmdline, type Topic struct, Long string 42 pkg cmdline, type Topic struct, Name string 43 pkg cmdline, type Topic struct, Short string