Add loglens package files (parsers, cli, config)
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
from loglens.cli.commands import main
|
"""Entry point for LogLens CLI."""
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
|
from loglens.cli.main import main
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
sys.exit(main())
|
||||||
|
|||||||
Reference in New Issue
Block a user