Lists all available generators in the configuration. Shows generator names and source files.
If Config.json is invalid or missing generators
// From CLI: polyman list generatorslistGeneratorsAction();// Displays:// 1. gen-random → ./generators/gen-random.cpp// 2. gen-max → ./generators/gen-max.cpp// 3. gen-special → ./generators/gen-special.py Copy
// From CLI: polyman list generatorslistGeneratorsAction();// Displays:// 1. gen-random → ./generators/gen-random.cpp// 2. gen-max → ./generators/gen-max.cpp// 3. gen-special → ./generators/gen-special.py
Lists all available generators in the configuration. Shows generator names and source files.