Configuration Reference
Configuration Reference
Reference
Understand the project configuration file, precedence, and active sections.
Command
.config/doc_gen/config.tomlCategory
Configuration
Quick Command
.config/doc_gen/config.toml| TOML table | Supported keys | Used by |
|---|---|---|
tool.doc-gen.cli.execution | dry_run, debug | Shared execution defaults |
tool.doc-gen.initialization | force, ask | doc-gen init |
tool.doc-gen.cli.structure | target_directory, profile, smart_mode, max_depth, show_files, collapse_dirs, verbose | All structure commands |
tool.doc-gen.cli.structure.generate | output_file | structure generate |
tool.doc-gen.cli.structure.print | Reserved; no active command-specific keys | structure print |
tool.doc-gen.cli.structure.analyze | Reserved; no active command-specific keys | structure analyze |
tool.doc-gen.logging | level, markup, rich_tracebacks, show_time, show_level, console_format | Console diagnostics |
tool.doc-gen.logging.file | level, log_dir, log_file, max_bytes, backup_count, file_format | Rotating file diagnostics |
Resolution order
- Explicit command-line argument
.config/doc_gen/config.toml- Internal default