description property
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.')}'
;