pub fn parse_arguments(args: &str) -> Vec<&str>
Parses command arguments into a vector of strings.
args
A vector of parsed arguments.