commandLine property
String
get
commandLine
How the command would be typed by hand.
Implementation
String get commandLine => 'distribute ${toArguments().join(' ')}';
How the command would be typed by hand.
String get commandLine => 'distribute ${toArguments().join(' ')}';