Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
class
CommandLineError(Exception):
27
def
__init__(self, message: str):
28
super().__init__(message)
29
30
31
class
CommandLineModelType(enum.Enum):
Callers
2
parse
Function · 0.85
parse_enum_option
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected