18 Commits (d3793766a330f6be6be8bf175b60f14beb9656b7)

Author SHA1 Message Date
Jesse Szwedko 9e5b04886c Remove logic that exited even if the error was not an OsExiter
8 years ago
HIROSE Masaaki 286b4b56d9 Document on exit code in case of MultiError is given
8 years ago
hirose31 70a2c94089 Merge branch 'master' into fix/handle-multierror
8 years ago
mh-cbon b0a8f25773 558: handle multi formatter errors
8 years ago
Jesse Szwedko 36053a9dfd Merge branch 'master' into fix/handle-multierror
8 years ago
HIROSE Masaaki 6c50b15a27 Exit with the code of ExitCoder if exists
8 years ago
mh-cbon 79591889a9 Close #558: detect FormattedError and print their stack trace
8 years ago
Cody Moore 6c2c80959b Typo in comments
8 years ago
HIROSE Masaaki ce42837702 Call HandleExitCoder for all members of MultiError.Errors
8 years ago
Dan Buch e9688813e4
Refine error handling behavior
8 years ago
Dan Buch dd253d122c
Write err to stderr, exit 1 if err != ""
8 years ago
Matt Farina 2f110bd745 Cleaned up exported func comments per golint
8 years ago
Matt Farina 6f0b442222 Update to ErrWriter and make available on app
8 years ago
Matt Farina 2a256d4c53 Provide a variable for writing output with a default of os.Stderr
9 years ago
Dan Buch 4b4c07bd4f
Ensure HandleAction/HandleExitCoder work correctly with *ExitError
9 years ago
Dan Buch d48e22a9dd
Docs around exit error behavior, + handling MultiError in HandleExitCoder
9 years ago
Dan Buch f688d47415
Encapsulate ExitCoder check into a lil func
9 years ago
Dan Buch f3e55a0783
Move error types to errors.go
9 years ago