MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / generate_command

Route generate_command

codewiki/cli/commands/generate.py:None–None  ·  view source on GitHub ↗
click.option(
    "--output",
    "-o",
    type=click.Path(),
    default="docs",
    help="Output directory for generated documentation (default: ./docs)",
)

Source from the content-addressed store, hash-verified

1"""
2Generate command for documentation generation.
3"""
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected