toCommandLineString method

String toCommandLineString()

Returns a string representation of the command to be executed.

Implementation

String toCommandLineString() {
  return '$executableName $commandName ${args.join(' ')}';
}