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

Route watch_command

src/pyspector/cli.py:None–None  ·  view source on GitHub ↗
click.command(
    help=(
        "Watch a directory or file and re-scan on every .py change.\n\n"
        "Runs a full initial scan on startup, then re-scans whenever a\n"
        ".py file is create

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