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.
pub fn interpret(
options: Vec<OptionOccurrence<'_>>,
operands: Vec<Field>,
) -> Result<Command, Error>Interprets the parsed command line arguments
This function converts the result of parse_arguments into a Command.