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

Class NoCommandFoundError

commitizen/exceptions.py:192–196  ·  view source on GitHub ↗

No command found when running Commitizen cli (e.g., `cz --debug`)

Source from the content-addressed store, hash-verified

190
191
192class NoCommandFoundError(CommitizenException):
193 """No command found when running Commitizen cli (e.g., `cz --debug`)"""
194
195 exit_code = ExitCode.NO_COMMAND_FOUND
196 message = "Command is required"
197
198
199class InvalidCommandArgumentError(CommitizenException):

Callers 1

mainFunction · 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…