fullCommand property

String get fullCommand

Full command string for display purposes.

Implementation

String get fullCommand => '$command ${args.join(' ')}'.trim();