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