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).",
)
| 1 | """ |
| 2 | CLI entry point for man page extraction. |
| 3 | |
| 4 | Usage: |
nothing calls this directly
no outgoing calls
no test coverage detected