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

Support for setting array options via CL and env #4

@orlowdev

Description

@orlowdev

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions