toCommandLineList method

List<String> toCommandLineList()

Returns a list representation of the command to be executed.

Implementation

List<String> toCommandLineList() {
  return [executableName, commandName, ...args];
}