RedHatProductSecurity / cvelib

A Python library and command line interface for CVE Services.
MIT License
52 stars 24 forks source link

Skip required options when using help option #67

Closed mprpic closed 1 year ago

mprpic commented 1 year ago

This lets users use cve list -h without having to also specify auth-related options (user, org, api key) that are required for non-help actions.