description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description => 'Drop the database.\n\n'
  'Drops the database specified in the selected ${italic('env')} of the '
  'config in the ${bold('dbName')} parameter.'
;