invocation property

String invocation

A single-line template for how to invoke this executable.

Defaults to "$executableName arguments". Subclasses can override this for a more specific template.

Implementation

String get invocation => '$executableName <command> [arguments]';