poly_lithic.scripts.main module🔗

Main entry point for poly_lithic CLI.

Provides backward compatibility while supporting new Click-based commands.

poly_lithic.scripts.main.main()[source]🔗

Main entry point that supports both old and new CLI styles.

Old style (still works):

python -m poly_lithic.scripts.main –config config.yaml –debug

New style (recommended):

poly-lithic –config config.yaml –debug poly-lithic run –config config.yaml poly-lithic plugin init –name my-plugin