CLIInfo version might need to be optional #53
Unanswered
cmcgee1024
asked this question in
Ideas and suggestions
Replies: 1 comment
-
|
I'm open to making CLIInfo version optional, but it should be encouraged whenever possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It might be worth considering making the CLIInfo.version optional instead of required in the specification. Tools are often bundled and installed as packages with other software, so the version is really with the package. Also, in some environments a software package doesn't know its own version at packaging time because the same bits can be both the final release candidate and the final release version after extensive testing without any gating issues. Making it required might force people into giving their tools nonsensical version number in these cases that can lead to problems further down the line.
Beta Was this translation helpful? Give feedback.
All reactions