Skip to main content

Configuration Reference

Configuration Reference

v1.0.1 Reference

Map supported configuration keys to the commands that consume them.

Command.config/path_header_scanner/config.toml

Category

Configuration

Quick Command

CLI option > project configuration > internal default

Supported sections

TOML sectionSupported keysUsed by
[tool.path-header-scanner.cli.execution]dry_run, debugShared execution defaults; dry_run affects init and scan
[tool.path-header-scanner.initialization]force, askpath-header-scanner init
[tool.path-header-scanner.cli.scan]target_directory, apply, include_target_directorypath-header-scanner scan
[tool.path-header-scanner.logging]level, Rich display flags, console_formatConsole diagnostics
[tool.path-header-scanner.logging.file]file level/path, rotation, and file_formatPersistent diagnostics
Safe scan defaults
toml
[tool.path-header-scanner.cli.execution]
dry_run = false

[tool.path-header-scanner.cli.scan]
target_directory = "app"
apply = false
include_target_directory = true

Unknown keys do not become command options. Compare configuration names with the scan options and init options before relying on them in automation.