1 2 3 4 5 6
mod cmd; fn main() -> Result<(), &'static str> { let args: cmd::Args = argh::from_env(); return cmd::run(args); }