invocation property

  1. @override
String get invocation
inherited

A single-line template for how to invoke this command (e.g. "pub get package").

Implementation

@override
String get invocation => 'omnyserver service $name <hub|node>';