feat(help): add ShowSubcommandHelpAndExit #1183
Conversation
I'm not a huge fan of increasing the surface area of the public API here to turn a two-liner into a one-liner. Is there a reason why doing these calls manually is problematic? |
This is because Lines 67 to 71 in 74af85a Lines 182 to 186 in 74af85a If |
Sorry for the delay here. You're right—having 2/3 of these functions is an obvious omission. Thanks for the contribution! |
LGTM |
d89733e
into
urfave:master
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1112
Special notes for your reviewer:
I didn't find any test for XXXHelpAndExit.
Testing
I prepared a sample program.
Release Notes