description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Delete the collection by the path, eg. `col1/doc1/col2`.\n'
    'Command is recursive and will delete all nested documents and collections forever';