//! printwell - HTML to PDF conversion tool
//!//! This binary is for development/testing without Chromium.
//! The production build uses the staticlib linked by ninja.
modcli;fnmain(){let args:Vec<String>=std::env::args().collect();ifletErr(e)=cli::run(args){eprintln!("Error: {e:?}");std::process::exit(1);}}