xcobra

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExitWithCode

func ExitWithCode(err error)

ExitWithCode will exit the program with a error code if provided, else 1

func PostRunWithCtxE added in v0.5.0

func PostRunWithCtxE(run func(ctx context.Context, cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string) error

PostRunWithCtxE will run a command which will respect os signals and propagate the context to children

func RunWithCtx

func RunWithCtx(run func(ctx context.Context, cmd *cobra.Command, args []string) error) func(cmd *cobra.Command, args []string)

RunWithCtx will run a command which will respect os signals and propagate the context to children

Types

type ErrorWithCode

type ErrorWithCode struct {
	Code int
}

ErrorWithCode is an error that contains an os.Exit code

func NewErrorWithCode

func NewErrorWithCode(code int) *ErrorWithCode

NewErrorWithCode will return a new error with an os.Exit code

func (ErrorWithCode) Error

func (ewc ErrorWithCode) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL