@@ -124,21 +124,20 @@ Read more about the `check` command [here](check.md).
124124
125125### Help
126126
127- ``` bash
127+ ``` sh
128128$ cz --help
129- usage: cz [-h] [--debug] [-n NAME] [--version]
130- {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
131- ...
129+ usage: cz [-h] [--debug] [-n NAME] [-nr NO_RAISE] {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version} ...
132130
133131Commitizen is a cli tool to generate conventional commits.
134132For more information about the topic go to https://conventionalcommits.org/
135133
136134optional arguments:
137135 -h, --help show this help message and exit
138136 --debug use debug mode
139- -n NAME, --name NAME use the given commitizen (default:
140- cz_conventional_commits)
141- --version get the version of the installed commitizen
137+ -n NAME, --name NAME use the given commitizen (default: cz_conventional_commits)
138+ -nr NO_RAISE, --no-raise NO_RAISE
139+ comma separated error codes that won' t rise error, e.g: cz -nr 1,2,3 bump. See codes at https://commitizen-
140+ tools.github.io/commitizen/exit_codes/
142141
143142commands:
144143 {init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
@@ -149,12 +148,9 @@ commands:
149148 info show information about the cz
150149 schema show commit schema
151150 bump bump semantic version based on the git log
152- changelog (ch) generate changelog (note that it will overwrite
153- existing file)
154- check validates that a commit message matches the commitizen
155- schema
156- version get the version of the installed commitizen or the
157- current project (default: installed commitizen)
151+ changelog (ch) generate changelog (note that it will overwrite existing file)
152+ check validates that a commit message matches the commitizen schema
153+ version get the version of the installed commitizen or the current project (default: installed commitizen)
158154```
159155
160156## Setting up bash completion
0 commit comments