createReflectionGeneratorExecutors function

Map<String, CommandExecutor> createReflectionGeneratorExecutors()

Creates the executor map for the reflection generator tool.

Implementation

Map<String, CommandExecutor> createReflectionGeneratorExecutors() {
  return {'default': ReflectionGeneratorExecutor()};
}