run abstract method

Future run(
  1. CommandContext<State, System> context,
  2. System system
)

Performs the command on the given system.

Implementation

Future<dynamic> run(CommandContext<State, System> context, System system);