run method
Unified execution entrypoint, implemented by commands.
Implementation
@override
Future<int> run(
CliContext context,
) async =>
await runCommand(
invocation: context.invocation,
logger: context.logger,
groupStore: await FileGroupStore.createFromContext(context),
envBuilder: context.envBuilder,
plugins: context.plugins,
executor: context.executor,
);