toCommandLineString method
Returns a string representation of the command to be executed.
Implementation
String toCommandLineString() {
return '$executableName $commandName ${args.join(' ')}';
}
Returns a string representation of the command to be executed.
String toCommandLineString() {
return '$executableName $commandName ${args.join(' ')}';
}