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