executor property

Future<int> Function(List<String> arguments)? executor
getter/setter pair

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;