Documentation ¶ Index ¶ Constants type App func New(cfg clientconfig.ClientConfig, pretty bool) *App func (a *App) Run(args []string) int Constants ¶ View Source const ( ExitOK = 0 ExitError = 1 ExitUsage = 2 ExitNotFound = 4 ExitAuth = 5 ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { Version string // installed version, injected from main; used by `upgrade` Out io.Writer Err io.Writer // contains filtered or unexported fields } func New ¶ func New(cfg clientconfig.ClientConfig, pretty bool) *App func (*App) Run ¶ func (a *App) Run(args []string) int Source Files ¶ View all Source files cli.gocommands.go Click to show internal directories. Click to hide internal directories.