xcobra

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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