Add CLI commands and main entry point
Some checks failed
Some checks failed
This commit is contained in:
7
loglens/__main__.py
Normal file
7
loglens/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Entry point for LogLens CLI."""
|
||||
|
||||
import sys
|
||||
from loglens.cli.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user