run abstract method

Future<void> run(
  1. LocalCommandContext context,
  2. List<String> args
)

Runs the command with parsed args.

Implementation

Future<void> run(LocalCommandContext context, List<String> args);