Why do we need to print the version of cordova-lib inside CLI ? $ cordova -v 6.1.0 (cordova-lib@undefined)
I opened a JIRA [1] Do we want to remove the extra info of cordova-lib and only print the CLI version? cordova-lib is a npm dependency on cordova-cli like any of the other dependencies [2] Does someone using this extra info? Do we need to provide more info or less info or provide more info behind -d flag (i.e cordova -v -d)? [1]: https://issues.apache.org/jira/browse/CB-10952 [2]: https://github.com/apache/cordova-cli/blob/master/package.json#L31
