Skip to main content

Configuration Reference

Configuration Reference

Reference

Understand the project configuration file, precedence, and active sections.

Command.config/doc_gen/config.toml

Category

Configuration

Quick Command

.config/doc_gen/config.toml
TOML tableSupported keysUsed by
tool.doc-gen.cli.executiondry_run, debugShared execution defaults
tool.doc-gen.initializationforce, askdoc-gen init
tool.doc-gen.cli.structuretarget_directory, profile, smart_mode, max_depth, show_files, collapse_dirs, verboseAll structure commands
tool.doc-gen.cli.structure.generateoutput_filestructure generate
tool.doc-gen.cli.structure.printReserved; no active command-specific keysstructure print
tool.doc-gen.cli.structure.analyzeReserved; no active command-specific keysstructure analyze
tool.doc-gen.logginglevel, markup, rich_tracebacks, show_time, show_level, console_formatConsole diagnostics
tool.doc-gen.logging.filelevel, log_dir, log_file, max_bytes, backup_count, file_formatRotating file diagnostics

Resolution order

  1. Explicit command-line argument
  2. .config/doc_gen/config.toml
  3. Internal default