The argument provided to the command is invalid (e.g. `cz check -commit-msg-file filename --rev-range master..`)
| 197 | |
| 198 | |
| 199 | class 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 | |
| 205 | class InvalidConfigurationError(CommitizenException): |