Skip to main content

read_command

Function read_command 

Source
pub fn read_command<T>(
    args: &mut Peekable<Skip<Args>>,
) -> Result<Command<T>, String>
where T: FromStr + PartialEq,