Pass context into handleExitCoder

This commit is contained in:
Tyler Davis
2017-06-28 09:52:12 -07:00
parent 9d61cbad02
commit 530df59178
3 changed files with 14 additions and 14 deletions

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(error)
type ExitErrHandlerFunc func(context *Context, error)