Skip to content

Commit

Permalink
Add a bit more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phinnaeus authored Apr 25, 2017
1 parent 0eaff0d commit aa42dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ type App struct {
Writer io.Writer
// ErrWriter writes error output
ErrWriter io.Writer
// Execute this function to handle ExitErrors
// Execute this function to handle ExitErrors. If not provided, HandleExitCoder is provided to
// function as a default, so this is optional.
ExitErrHandler ExitErrHandlerFunc
// Other custom info
Metadata map[string]interface{}
Expand Down

0 comments on commit aa42dbd

Please sign in to comment.