click.option(
"--output",
"-o",
type=click.Path(),
default="docs",
help="Output directory for generated documentation (default: ./docs)",
)
| 1 | """ |
| 2 | Generate command for documentation generation. |
| 3 | """ |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected