Error
pub fn parse<'a, Ctx: ?Sized>( env: &Env, root: &'a CmdSpec<'a, Ctx>, argv: &[OsString], ctx: &mut Ctx, ) -> Result<Matches>
Parse command line arguments.