static String createString(String command, List<String> args) { return "$command ${args.join(COMMA)}"; }