A single-line template for how to invoke this executable.
Defaults to "$executableName <command> arguments". Subclasses can override this for a more specific template.
"$executableName <command> arguments
@override String get invocation => 'dart run unify <command> [arguments]';