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

Class GenerationOptions

codewiki/cli/models/job.py:22–27  ·  view source on GitHub ↗

Options for documentation generation.

Source from the content-addressed store, hash-verified

20
21@dataclass
22class GenerationOptions:
23 """Options for documentation generation."""
24 create_branch: bool = False
25 github_pages: bool = False
26 no_cache: bool = False
27 custom_output: Optional[str] = None
28
29
30@dataclass

Callers 2

generate_commandFunction · 0.90
from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected