MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / MenuOption

Class MenuOption

uncommon_route/onboarding.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclass(frozen=True, slots=True)
12class MenuOption:
13 value: str
14 label: str
15 hint: str = ""
16
17
18class TerminalPrompter:

Callers 2

_pick_init_languageFunction · 0.90
_cmd_initFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected