MCPcopy Create free account
hub / github.com/idank/explainshell / extract

Route extract

explainshell/manager.py:None–None  ·  view source on GitHub ↗
click.option(
    "--small-only",
    "small_only",
    is_flag=True,
    default=False,
    help="Process only files whose gz size is <= 2048 bytes (route to a cheap model).",
)

Source from the content-addressed store, hash-verified

1"""
2CLI entry point for man page extraction.
3
4Usage:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected