invocation property

  1. @override
String invocation
override

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

Implementation

@override
String get invocation => super.invocation.replaceFirst(
      '[arguments]',
      '[package-path] [--minor|patch|major] --[no-]commit',
    );