Skip to main content

interpret

Function interpret 

Source
pub fn interpret(
    options: Vec<OptionOccurrence<'_>>,
    operands: Vec<Field>,
) -> Result<Command, Error>
Expand description

Interprets the parsed command line arguments

This function converts the result of parse_arguments into a Command.