run method
Unified execution entrypoint, implemented by commands.
Implementation
@override
Future<int> run(CliContext context) => runCommand(
unknownCommand: context.invocation.commandPath.join(' '),
logger: context.logger,
helpHint: context.router.getUnknownCommandHelpHint(),
);