Examples
Examples
Read Only
Analyze is inherently read-only. It may scan and calculate metadata, but it does not invoke the Markdown writer.
Command
doc-gen structure analyzeCategory
Project Structure
Quick Command
doc-gen structure analyze [OPTIONS]1. Analyze current project​
Terminal
bashdoc-gen structure analyze .Result: Displays analysis.
2. Override type​
Terminal
bashdoc-gen structure analyze . --project-type pythonResult: Uses Python classification.
3. Smart analysis​
Terminal
bashdoc-gen structure analyze . --smartResult: Applies automatic optimization decisions.
4. Dry-run​
Terminal
bashdoc-gen structure analyze . --dry-runResult: Remains read-only.