commandLine property

String get commandLine

How the command would be typed by hand.

Implementation

String get commandLine => 'distribute ${toArguments().join(' ')}';