description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

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