Commit Graph

5 Commits

Author SHA1 Message Date
65b1680e83 fix: add --version option to Click CLI group
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
- 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:25:01 +00:00
54aedeb5b2 fix: resolve CI/CD linting and formatting issues
Some checks failed
CI / test (3.10) (push) Failing after 4m50s
CI / test (3.11) (push) Failing after 4m52s
CI / test (3.12) (push) Failing after 4m48s
CI / test (3.9) (push) Failing after 4m53s
CI / lint (push) Failing after 4m46s
CI / build (push) Has been skipped
- Replaced deprecated typing.Dict/List/Tuple with native types (UP035)
- Removed unused imports across all modules
- Fixed unused variables by replacing with _ prefix
- Added missing Optional type imports
- Reorganized imports for proper sorting (I001)
- Applied black formatting to all source files
2026-02-02 08:52:10 +00:00
977f849282 Add CLI commands and main entry point
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
2026-02-02 08:01:17 +00:00
7748620db1 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:17 +00:00
6164ec6236 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:17 +00:00