Skip to content
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

fix wrong exit code for --help #90

Merged
merged 1 commit into from Aug 13, 2018

Commits on Aug 12, 2018

  1. fix wrong exit code for --help

    If the user ask the app for to show the help the most binaries currently returning the exit code `1`.
    Asking for a the help essage and get them showed without error must be return zero because the user requested action is fulfilled.
    
    - return exit code zero user request `-h/--help`
    - return exit code zero if `--version` is requested and a valid cli option
    psychocrypt committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    fac9cf4 View commit details
    Browse the repository at this point in the history