description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description =
    'Creates feature from config file. Generates folders only if no functions, '
    'or complete feature with all files if functions are defined.';