pub async fn run(args: Args, config_path: Option<&Path>) -> Result<()>
Entry point used by main.rs. Locks stdout and delegates to run_with_writers, which is the testable seam.
main.rs
run_with_writers