Right now if you say exercism --version it outputs the entire usage message.
This changed in f999e69
disambiguate debug and verbose flags
The debug boolean flag and the debug command were ambiguous. Changing
the `debug` boolean flag to `verbose` makes which options you're
referring to more obvious.
@lcowell You deliberately added the app.HideVersion here. Is it safe to take it back off?
I'm thinking this would make sense:
--version, v
--verbose # no shorthand
Right now if you say
exercism --versionit outputs the entire usage message.This changed in f999e69
@lcowell You deliberately added the app.HideVersion here. Is it safe to take it back off?
I'm thinking this would make sense: