Closed
Description
How do I validate a commit message using the executable instead of CaptainHook?
While working on #40, I realized that even if there is a PHAR, I can't use it to actually validate a commit message. These are the only commands I see on the executable and none of them help in validating a message.
completion Dump the shell completion script
config Configures options for creating Conventional Commits
help Display help for a command
list List commands
prepare Prepares a commit message conforming to Conventional Commits
I think there is a place for a new command validate
that would do the job. I am happy to write a PR but I wanted to check if I have not missed something obvious here.