MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / FormatChoice

Class FormatChoice

src/skillspector/cli.py:74–80  ·  view source on GitHub ↗

Output format choices for the CLI.

Source from the content-addressed store, hash-verified

72
73
74class FormatChoice(StrEnum):
75 """Output format choices for the CLI."""
76
77 terminal = "terminal"
78 json = "json"
79 markdown = "markdown"
80 sarif = "sarif"
81
82
83class TransportChoice(StrEnum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected