MCPcopy
hub / github.com/chidiwilliams/buzz / CommandLineError

Class CommandLineError

buzz/cli.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class CommandLineError(Exception):
27 def __init__(self, message: str):
28 super().__init__(message)
29
30
31class CommandLineModelType(enum.Enum):

Callers 2

parseFunction · 0.85
parse_enum_optionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected