pub fn args_to_string_vector(args: Args) -> Vec<String>
Helper function to transform arguments given by user from Args to vector of String.