fix: entry point correctly uses main_cli() with sys.exit() for proper exit codes
Some checks failed
CI / test (3.10) (push) Has been cancelled
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:27 +00:00
parent c60b4c14be
commit 3d6adc4699

View File

@@ -190,11 +190,11 @@ Top Errors:
```bash
$ loglens report server.log --severity --output table
Severity Breakdown:
CRITICAL: ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
ERROR: ██████████████████████████████████████████████ 15
WARNING: ██████████████████████████░░░░░░░░░░░░░░░░░░░░ 10
INFO: ██████████████████████████████████████████████ 18
DEBUG: ██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
CRITICAL: ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
ERROR: ██████████████████████████████████████████████████ 15
WARNING: ██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░ 10
INFO: ██████████████████████████████████████████████████ 18
DEBUG: ██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
```
#### Real-time monitoring