fix: entry point correctly uses main_cli() with sys.exit() for proper exit codes
Some checks failed
Some checks failed
This commit is contained in:
@@ -1 +1,6 @@
|
||||
"""CLI commands package."""
|
||||
"""CLI package."""
|
||||
|
||||
from loglens.cli.commands import analyze, report, watch
|
||||
from loglens.cli.main import main
|
||||
|
||||
__all__ = ["main", "analyze", "watch", "report"]
|
||||
|
||||
Reference in New Issue
Block a user