run method

  1. @override
Future<int> run(
  1. CliContext context
)

Unified execution entrypoint, implemented by commands.

Implementation

@override
Future<int> run(
  CliContext context,
) =>
    runCommand(
      logger: context.logger,
      workspaceConfig: context.workspaceConfig,
    );