parse

Function parse 

Source
pub fn parse<'a, Ctx: ?Sized>(
    env: &Env,
    root: &'a CmdSpec<'a, Ctx>,
    argv: &[OsString],
    ctx: &mut Ctx,
) -> Result<Matches>
Expand description

Parse command line arguments.

ยงErrors Error