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

Add option -q, --quiet, --silent to hide output #385

Merged
merged 1 commit into from Sep 16, 2018
Merged

Add option -q, --quiet, --silent to hide output #385

merged 1 commit into from Sep 16, 2018

Commits on Sep 14, 2018

  1. Add option -q, --quiet, --silent to hide output

    This commit adds a new command line argument to hide output
    when the result of the scan is passing with no warning/errors.
    
    The new option is -q or --quiet. It also allows --silent to be
    consistent with the GNU standard on CLI options [1].
    
    [1] http://www.gnu.org/prep/standards/html_node/Option-Table.html#Option-Table
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    
    Fixes Issue #384
    ericwb committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    40c0bde View commit details
    Browse the repository at this point in the history