summary property
      
      String
      get
      summary
      
    
    
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;