From ece585c6095191cc0a422c3768b1dec630e0de6d Mon Sep 17 00:00:00 2001 From: Gabe M Date: Thu, 3 May 2018 13:34:04 -0600 Subject: [PATCH] docs(cli): added --config flag --- docs/reference-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference-cli.md b/docs/reference-cli.md index f3697d8e51..809d6fb1f6 100644 --- a/docs/reference-cli.md +++ b/docs/reference-cli.md @@ -10,6 +10,7 @@ commitlint@4.2.0 - Lint your commit messages --cwd, -d directory to execute in, defaults to: /Users/marneb/Documents/oss/commitlint --edit, -e read last commit message from the specified file or fallbacks to ./.git/COMMIT_EDITMSG --extends, -x array of shareable configurations to extend + --config, -g path to a custom configuration --from, -f lower end of the commit range to lint; applies if edit=false --to, -t upper end of the commit range to lint; applies if edit=false --quiet, -q toggle console output