Function ignite::argument::parser::parseargs

source ·
pub fn parseargs(
    argstring: String,
    valid_arg_array: Vec<Argument>
) -> HashMap<String, bool>
Expand description

Parse a string of concentrated arguments against an array of possible arguments.