summary property
A short description of this command, included in parent
's
CommandRunner.usage
.
This defaults to the first line of description
.
Implementation
String get summary => description.split('\n').first;
A short description of this command, included in parent
's
CommandRunner.usage
.
This defaults to the first line of description
.
String get summary => description.split('\n').first;