fix: entry point correctly uses main_cli() with sys.exit() for proper exit codes
Some checks failed
CI / test (3.10) (push) Has started running
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 11:41:29 +00:00
parent ee2b30fd0d
commit a67c03d3d4

View File

@@ -1,4 +1,4 @@
# Entry point for LogLens CLI.
"""Entry point for LogLens CLI."""
import sys