Commit Graph

5 Commits

Author SHA1 Message Date
c60b4c14be fix: correct entry point to use main_cli() for proper exit codes
Some checks failed
CI / test (3.10) (push) Failing after 4m49s
CI / test (3.11) (push) Failing after 4m54s
CI / test (3.12) (push) Failing after 4m55s
CI / test (3.9) (push) Failing after 4m53s
CI / lint (push) Failing after 4m45s
CI / build (push) Has been skipped
2026-02-02 11:07:12 +00:00
1e90a21b7d fix: correct __main__.py entry point to use main_cli function
Some checks failed
CI / test (3.10) (push) Failing after 4m51s
CI / test (3.11) (push) Failing after 4m54s
CI / test (3.12) (push) Failing after 4m52s
CI / test (3.9) (push) Failing after 4m50s
CI / lint (push) Failing after 4m46s
CI / build (push) Has been skipped
2026-02-02 10:40:57 +00:00
82dee07c85 Add loglens package files (parsers, cli, config)
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
2026-02-02 10:05:20 +00:00
71675842ed fix: add --version option to Click CLI group
Some checks failed
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
CI / test (3.10) (push) Has been cancelled
- Added @click.version_option decorator to main() in commands.py
- Imported __version__ from loglens package
- Resolves CI build failure: 'loglens --version' command not found
2026-02-02 09:24:58 +00:00
1099b9a7ce Add CLI commands and main entry point
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
2026-02-02 08:01:16 +00:00