David Margolis
David Margolis
* NiPyApi version: 0.16.1 ### Description The [Download](https://github.com/Chaffelson/nipyapi/archive/0.16.1.tar.gz) button on [PyPi/NiPyApi](https://pypi.org/project/nipyapi/) page should direct to a page that allows you to download the project rather than getting a 404 error....
Since calling `python my_script.py --help` return an exit code of 0, shouldn't calling `bash my_script.sh --help` also return an exit code of 0. Currently, it is documented in the project...
When I run my bash script with the version argument, e.g. ```parser.add_argument('--version', action='version', version='%(prog)s 1.0.0')``` I get the following error: ```./argparse.bash: line 60: 0.1: command not found```