run function

Future<void> run(
  1. List<String> args
)

Runs the executable as-if args was passed on the command-line.

Implementation

Future<void> run(List<String> args) => MonoRepoRunner().run(args);