parse_required_arg

Function parse_required_arg 

Source
pub fn parse_required_arg<T>(
    args: &[String],
    index: usize,
    name: &'static str,
) -> Result<T, CommandParseError>
where T: FromStr,
Expand description

Parse a required argument at the given index.