sigh... fix one more named parameter issue
This commit is contained in:
parent
172bb92059
commit
71bdf81f5a
2
funcs.go
2
funcs.go
@ -29,4 +29,4 @@ type FlagStringFunc func(Flag) string
|
|||||||
|
|
||||||
// ExitErrHandlerFunc is executed if provided in order to handle ExitError values
|
// ExitErrHandlerFunc is executed if provided in order to handle ExitError values
|
||||||
// returned by Actions and Before/After functions.
|
// returned by Actions and Before/After functions.
|
||||||
type ExitErrHandlerFunc func(context *Context, error)
|
type ExitErrHandlerFunc func(context *Context, err error)
|
||||||
|
Loading…
Reference in New Issue
Block a user