src/tdoc_crawler/cli/config.py
0 → 100644
+58
−0
Loading
- Add cli/config.py with load_cli_config() function - Loads config with correct precedence: CLI > Config > Env > Defaults - Validates config at load time with clear error messages - Stores loaded config in typer.Context for subcommand access - Export from cli/__init__.py for easy importing