16 Commits (main)

Author SHA1 Message Date
dearchap c344b46a29
Feature:(issue_1090): Add unwrap for ExitCoder (#1545)
2 years ago
Robert Liebowitz 959cf9de8a Update docs and tests around cli.Exit
4 years ago
Dan Buch df5c6caa96
Back out the testify/assert addition 😅
7 years ago
Dan Buch 47a412375f
Resolved compile-time errors since merging from v1
7 years ago
Dan Buch a61867e5e6
Merge remote-tracking branch 'origin/v1' into merging-from-v1
7 years ago
Jesse Szwedko 9e5b04886c Remove logic that exited even if the error was not an OsExiter
7 years ago
HIROSE Masaaki adec15acf5 Add another ExitCoder to assert that it uses last one
7 years ago
HIROSE Masaaki 71ced406af Treat `rc` first called as exit code
7 years ago
mh-cbon b0a8f25773 558: handle multi formatter errors
8 years ago
mh-cbon 79591889a9 Close #558: detect FormattedError and print their stack trace
8 years ago
Dan Buch 81c242dda6
Merge remote-tracking branch 'origin/master' into merging-from-v1
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
Dan Buch 3d75e9e711
Go with interfaces + private opaque types
8 years ago
Dan Buch cc481d6b0e
Adjust command hiding to use similar convention as hidden flags
8 years ago
Dan Buch 4b4c07bd4f
Ensure HandleAction/HandleExitCoder work correctly with *ExitError
8 years ago