sigh... fix one more named parameter issue

This commit is contained in:
Tyler Davis 2017-06-28 10:10:11 -07:00
parent 172bb92059
commit 71bdf81f5a

View File

@ -29,4 +29,4 @@ type FlagStringFunc func(Flag) string
// ExitErrHandlerFunc is executed if provided in order to handle ExitError values
// returned by Actions and Before/After functions.
type ExitErrHandlerFunc func(context *Context, error)
type ExitErrHandlerFunc func(context *Context, err error)