ssllabs / ssllabs-scan

A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing.
https://www.ssllabs.com/projects/ssllabs-apis/
Apache License 2.0
1.69k stars 240 forks source link

-email flag should not be required with -version flag #951

Open creste opened 5 months ago

creste commented 5 months ago

I built ssllabs-scan from the HEAD of master. This command:

ssllabs-scan -version

returns this error:

[ERROR] Email address cannot be empty. Please use --email flag and pass your registered organization email

The -version flag should not require the -email flag.