1 2 3 4 5 6
pub type App = clap::App<'static, 'static>; pub type Arg = clap::Arg<'static, 'static>; pub fn arg(name: &'static str) -> Arg { Arg::with_name(name) }