-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit Code is 1 for Help #14
Comments
Perhaps this code would solve this issue:
|
#15 would also be solved by the above code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since calling
python my_script.py --help
return an exit code of 0, shouldn't callingbash my_script.sh --help
also return an exit code of 0. Currently, it is documented in the project that an exit of code of 1 will be returned, but I think it should be 0 based on this.The text was updated successfully, but these errors were encountered: