Skip to content

Add version flag to the command-line interface - #623

Closed
zainphp wants to merge 1 commit into
MemPalace:developfrom
zainphp:version-command
Closed

Add version flag to the command-line interface#623
zainphp wants to merge 1 commit into
MemPalace:developfrom
zainphp:version-command

Conversation

@zainphp

@zainphp zainphp commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Introduce -v and --version flags to allow users to easily check the currently installed version. This improves the user experience by providing a flags to verify the tool's version.

How to test

new cases for the version flag test is added on /tests/test_cli.py

Checklist

  • Tests pass (python -m pytest tests/ -v)
  • No hardcoded paths
  • Linter passes (ruff check .)

Introduce `-v` and `--version` flags to allow users to easily check the currently installed version. This improves the user experience by providing a standard way to verify the tool's version and simplifies troubleshooting.
@bensig
bensig changed the base branch from main to develop April 11, 2026 22:21
@bensig
bensig requested a review from igorls as a code owner April 11, 2026 22:21
@bensig

bensig commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

closing — overlaps with #559 and #632 which also add --version. thanks @dominosaurs!

@bensig bensig closed this Apr 12, 2026
@zainphp
zainphp deleted the version-command branch April 13, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants