MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / cli

Route cli

src/pyspector/cli.py:None–None  ·  view source on GitHub ↗
click.option('-f', '--format', 'report_format',
              type=click.Choice(['console', 'json', 'sarif', 'html']),
              default='console', show_default=True,
              help="Output fo

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2import click
3import time
4import json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected