description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

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