run abstract method
Performs the command on the given system.
Implementation
Future<dynamic> run(CommandContext<State, System> context, System system);
Performs the command on the given system.
Future<dynamic> run(CommandContext<State, System> context, System system);