This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Description
Environment variables
In environment variables, array values can be specified with valid JSON string:
COMMIT_TYPES_EXCLUDED_FROM_TAG_MESSAGE=["fix", "feat"]
CL args
With command line, the same key can be passed multiple times with different values and they will be collected (works both with options and long options):
priestine-semantics -e fix -e feat