christophebedard / dco-check

Simple DCO check script to be used in any CI
Apache License 2.0
14 stars 7 forks source link

Add --quiet option and improve printing #40

Closed christophebedard closed 4 years ago

christophebedard commented 4 years ago

This adds a -q|--quiet option that prevents any print() call and simply lets the script exit with 0 or non-zero. The option is mutually exclusive with -v|--verbose.

Closes #36