Merge commit '7563894' into v3-porting

This commit is contained in:
2022-11-07 08:30:04 -05:00
13 changed files with 72 additions and 22 deletions

View File

@@ -840,7 +840,7 @@ func Exit(message interface{}, exitCode int) ExitCoder
This is the simplest way to trigger a non-zero exit code for an App
without having to call os.Exit manually. During testing, this behavior
can be avoided by overiding the ExitErrHandler function on an App or the
can be avoided by overriding the ExitErrHandler function on an App or the
package-global OsExiter function.
func NewExitError(message interface{}, exitCode int) ExitCoder