Convert a string command to arguments.
List<String> stringToArguments(String command) => shell_utils.shellSplit(command);