-
-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathtest_no_argv_py_3_13_.txt
More file actions
36 lines (33 loc) · 1.88 KB
/
test_no_argv_py_3_13_.txt
File metadata and controls
36 lines (33 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
usage: cz [-h] [--config CONFIG] [--debug] [-n NAME] [-nr NO_RAISE] [-v]
[--report]
{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version} ...
Commitizen is a powerful release management tool that helps teams maintain consistent and meaningful commit messages while automating version management.
For more information, please visit https://commitizen-tools.github.io/commitizen
options:
-h, --help show this help message and exit
--config CONFIG The path to the configuration file.
--debug Use debug mode.
-n, --name NAME Use the given commitizen (default:
cz_conventional_commits).
-nr, --no-raise NO_RAISE
Comma-separated error codes that won't raise error,
e.g., cz -nr 1,2,3 bump. See codes at
https://commitizen-
tools.github.io/commitizen/exit_codes/
-v, --version Show the version of the installed commitizen
--report Show system information for reporting bugs
commands:
{init,commit,c,ls,example,info,schema,bump,changelog,ch,check,version}
init Initialize commitizen configuration.
commit (c) Create new commit.
ls Show available Commitizens.
example Show commit example.
info Show information about the cz.
schema Show commit schema.
bump Bump semantic version based on the git log.
changelog (ch) Generate changelog (note that it will overwrite
existing files).
check Validate that a commit message matches the commitizen
schema.
version Get the version of the installed commitizen or the
current project (default: installed commitizen).