pub fn matrix_options_from_args(
parsed_args: &ArgMatches,
) -> (LedMatrixOptions, LedRuntimeOptions)
Expand description
Given the parsed matches, returns (LedMatrixOptions, LedRuntimeOptions)
ยงPanics
If the values we try to parse out are invalid from any of the arguments.