use std::process::ExitCode; fn main() -> ExitCode { web_server::run_from_args(std::env::args().skip(1).collect()) }