[][src]Function gumdrop::parse_args_default

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

Parses arguments from the command line using the default parsing style.

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