description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Reinstall the Hub/Node service, refreshing the executable. With no '
    'options the installed config is reused; pass install options to '
    'reinstall with a fresh config.';