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

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

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