-
Notifications
You must be signed in to change notification settings - Fork 12
Description
While it is debateable if this should be default behaviour or not, completely removing the option to include the build id is a bad thing.
My personal build ids are generated using MinVer and do not only include the commit hash but also build information. While it is fine that this info isn't shown in the normal help screen, when the user uses --version/-v it is very much useful information. Since when the user wants to to display it, then it shouldn't be intentionally hidden.
I think that hiding information which developers actively chose to include in their version info is not an improvement but rather a regression. At least that's how I thought of it while searching for the culprit.
Of course I know that version 3 is a new major and so it's 100% in your right to make such changes but it would be nice to at least have a switch for enabling/disabling this behaviour.