pub trait Arg {
    fn arg(self) -> Arg<Options>;
}

Required methods

Implementors