#[derive(clap::Parser)] struct Args { #[arg(short, long, default_value = "config.toml")] config_path: std::path::PathBuf, depth: Option }