summary property

  1. @override
String get summary
override

A short description of this command, included in parent's CommandRunner.usage.

This defaults to the first line of description.

Implementation

@override
String get summary => '$invocation\n$description';