Add CLI commands and main entry point
Some checks failed
Some checks failed
This commit is contained in:
6
loglens/cli/__init__.py
Normal file
6
loglens/cli/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""CLI package."""
|
||||
|
||||
from loglens.cli.main import main
|
||||
from loglens.cli.commands import analyze, watch, report
|
||||
|
||||
__all__ = ["main", "analyze", "watch", "report"]
|
||||
Reference in New Issue
Block a user