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

Make --verify-ssl choices explicit #289

Merged
merged 1 commit into from Jul 8, 2019
Merged

Commits on Jul 8, 2019

  1. Make --verify-ssl choices explicit

    This adds true/false as explicit choices so that the help output is a
    bit friendlier.
    
        [--verify-ssl {true, false, yes, no}]
        --verify-ssl {true, false, yes, no}
              Enable or disable the verification of the server SSL
              certificate
    
    In CLIs with boolean flags it is also sometimes the case that you've a
    ``--no-*`` variant or that you can use ``no`` or something like that. So
    having to pass ``false`` is not necessarily intuitive.
    mfussenegger committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    42bca85 View commit details
    Browse the repository at this point in the history