On the current Master commit, 15 May 2017 (6d77989), trying to obtain the version using the --version flag produces an error:
$ gitinspector.py --version
Error processing git repository at "...".
The 0.4.4 release produces a more expected result:
$ gitinspector_044.py --version
gitinspector 0.4.4
Copyright © 2012-2016 Ejwa Software. All rights reserved.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Adam Waldenberg.
This is a minor bug, but it would be useful if it could be fixed because I am running multiple versions.
On the current Master commit, 15 May 2017 (6d77989), trying to obtain the version using the
--versionflag produces an error:The 0.4.4 release produces a more expected result:
This is a minor bug, but it would be useful if it could be fixed because I am running multiple versions.