Documentation ¶ Index ¶ type App func New(out io.Writer, err io.Writer) *App func NewWithService(out io.Writer, err io.Writer, service service) *App func (a *App) Run(ctx context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func New ¶ func New(out io.Writer, err io.Writer) *App func NewWithService ¶ added in v0.6.5 func NewWithService(out io.Writer, err io.Writer, service service) *App func (*App) Run ¶ func (a *App) Run(ctx context.Context, args []string) error Source Files ¶ View all Source files app.gobridge_command.gobuild_command.goconfig_command.goexec_command.golifecycle_command.gooptions.goprepare_command.goup_command.go Click to show internal directories. Click to hide internal directories.