description property

  1. @override
String description

Implementation

@override
String get description => 'This runs an arbitrary command from a pubspec\'s "scripts" object. '
    'If no "command" is provided, it will list the available scripts.';