Function parse_arguments

Source
pub fn parse_arguments(args: &str) -> Vec<&str>
Expand description

Parses command arguments into a vector of strings.

§Arguments

  • args - The argument string to parse.

§Returns

A vector of parsed arguments.