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

Route run_scan_command

src/pyspector/cli.py:None–None  ·  view source on GitHub ↗
click.option('-o', '--output', 'output_file',
              type=click.Path(path_type=Path),
              help="Path to write the report to (default: print to stdout).")

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