If you specify the global option -v on any command it prints the version
$ exercism -v debug
exercism version 2.2.0
$ exercism -v submit
exercism version 2.2.0
I dug around a little it and it looks like codegansta/cli checks for a few flags (-v) included when it runs the app. I don't see any way to support the -v at the moment without changes to codegansta/cli.
I'd be more than happy to make a PR to remove -v from the verbose option.
If you specify the global option
-von any command it prints the versionI dug around a little it and it looks like codegansta/cli checks for a few flags (
-v) included when it runs the app. I don't see any way to support the-vat the moment without changes to codegansta/cli.I'd be more than happy to make a PR to remove
-vfrom the verbose option.