Function app::opt [] [src]

pub fn opt<'a, V>(
    name: &'a str,
    value: V,
    short: Option<char>,
    long: Option<&'a str>,
    help: &'a str
) -> Opt<'a> where
    V: OptValueParse<'a>, 

A help function for Opt