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
| 1 | from __future__ import annotations |
| 2 | import click |
| 3 | import time |
| 4 | import json |
nothing calls this directly
no outgoing calls
no test coverage detected