Function gumdrop::parse_args[][src]

pub fn parse_args<T: Options>(
    args: &[String],
    style: ParsingStyle
) -> Result<T, Error>

Parses arguments from the command line.

The first argument (the program name) should be omitted.