run abstract method

Future<void> run(
  1. List<String> args, {
  2. required Logger logger,
})

The execution body of the command.

Implementation

Future<void> run(List<String> args, {required Logger logger});