opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
16 stars 9 forks source link

Add quiet option for hiding the outputs #15

Closed aj3sh closed 4 months ago

aj3sh commented 8 months ago

A CLI option --quiet or -q that hides outputs (stdout and stderr). The CLI will only return with exit codes 0 and 1.