Makes a command line string from List of String (arg list).
String joinCommandLine(List<String> command) { return command.join(' '); }