invocation property

  1. @override
String get invocation
inherited

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

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

Implementation

@override
String get invocation =>
    '${console.theme.colors.active('$executableName <command>')} ${console.theme.colors.hint('[...flags]')}';