usage property
      
      String
      get
      usage
      
    
    
Generates a string displaying usage information for the executable.
This includes usage for the global arguments as well as a list of top-level commands.
Implementation
String get usage => _wrap('$description\n\n') + _usageWithoutDescription;