MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / InvalidCommandArgumentError

Class InvalidCommandArgumentError

commitizen/exceptions.py:199–202  ·  view source on GitHub ↗

The argument provided to the command is invalid (e.g. `cz check -commit-msg-file filename --rev-range master..`)

Source from the content-addressed store, hash-verified

197
198
199class InvalidCommandArgumentError(CommitizenException):
200 """The argument provided to the command is invalid (e.g. `cz check -commit-msg-file filename --rev-range master..`)"""
201
202 exit_code = ExitCode.INVALID_COMMAND_ARGUMENT
203
204
205class InvalidConfigurationError(CommitizenException):

Callers 3

__call__Method · 0.90
mainFunction · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…