[][src]Function deno_cli::flags::parse_flags

pub fn parse_flags(
    matches: &ArgMatches,
    maybe_flags: Option<DenoFlags>
) -> DenoFlags

Parse ArgMatches into internal DenoFlags structure. This method should not make any side effects.