Function apply_opts

Source
pub(crate) fn apply_opts<'a>(
    opts: &'a Vec<Opt>,
    cmd: Command,
    cache: &mut CmdOptCache,
    from_ext: Option<&Extension>,
) -> Command