From edb343a10e76a33b7223aa36d37df350d4ac6df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 30 Nov 2021 16:31:00 +0300 Subject: [PATCH] feat(args): support multiple values for `--commit-path` argument --- README.md | 22 +++++++++++----------- git-cliff-core/src/repo.rs | 6 ++++-- git-cliff/src/args.rs | 4 ++-- git-cliff/src/lib.rs | 1 - 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index eaa6d4f930..92f92411ee 100644 --- a/README.md +++ b/README.md @@ -146,16 +146,16 @@ git-cliff [FLAGS] [OPTIONS] [RANGE] **Options:** ``` --c, --config Sets the configuration file [env: CONFIG=] [default: cliff.toml] --w, --workdir Sets the working directory [env: WORKDIR=] --r, --repository Sets the git repository [env: REPOSITORY=] - --commit-path Sets the directory to parse commits from [env: COMMIT_PATH=] --p, --prepend Prepends entries to the given changelog file [env: PREPEND=] --o, --output Writes output to the given file [env: OUTPUT=] --t, --tag Sets the tag for the latest version [env: TAG=] --b, --body