executor property
Runs an argument vector through the same CommandRunner as a typed command.
Injected by main so the assistant executes real commands rather than
re-implementing them or shelling out.
Implementation
Future<int> Function(List<String> arguments)? executor;