description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Declare the state (from a preset file) selected nodes should be in. '
    'Runs nothing — use `state reconcile` for that.';