Module
cli.__main__
Allow running Bengal CLI as a module.
This module enables running the Bengal CLI viapython -m bengal.cli,
providing an alternative entry point to thebengalconsole script.
Example:
>>> python -m bengal.cli build
>>> python -m bengal.cli serve --port 8080