Versions in this module Expand all Collapse all v0 v0.5.1 Aug 13, 2019 v0.5.0 Aug 13, 2019 Changes in this version + func IsError(actual error, expected error) bool + func PrintErrorWithStackTrace(err error) string + func Recover(onPanic func(cause error)) + func Unwrap(err error) error + func WithPanicHandling(action func(*cli.Context) error) func(*cli.Context) error + func WithStackTrace(err error) error + func WithStackTraceAndPrefix(err error, message string, args ...interface{}) error + type ErrorWithExitCode struct + Err error + ExitCode int + func (err ErrorWithExitCode) Error() string