type Arg = Arg<'static, 'static>;
Arg is a light alias for a clap::Arg that is specialized to compile time string literals.
struct Arg { /* private fields */ }