fn split_args(args: &str) -> Vec<String>
Function used to split command line arguments just like a shell would.