Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --version flag to all tools #109

Open
phiwuu opened this issue Oct 23, 2024 · 0 comments
Open

Add --version flag to all tools #109

phiwuu opened this issue Oct 23, 2024 · 0 comments
Labels
lobster-codebeamer Affects codebeamer integration lobster-core Affects core LOBSTER tools lobster-cpp Affects C/C++ integration lobster-cpptest Affects lobster-cpptest lobster-gtest Affects GoogleTest integration lobster-json Affects JSON integration lobster-python Affects Python integration lobster-trlc Affects TRLC integration

Comments

@phiwuu
Copy link
Member

phiwuu commented Oct 23, 2024

Please add a --version command line argument to all lobster tools, to make it easy for the user to identify their current version.
Expected behavior:

  1. The tool is started with --version as command line argument.
  2. Then all other command line arguments or config files are ignored
  3. The tool just prints its current version and exits.

Note:
The version information is available here:

VERSION_TUPLE = (0, 9, 19)

@phiwuu phiwuu added lobster-core Affects core LOBSTER tools lobster-codebeamer Affects codebeamer integration lobster-cpp Affects C/C++ integration lobster-gtest Affects GoogleTest integration lobster-json Affects JSON integration lobster-python Affects Python integration lobster-trlc Affects TRLC integration lobster-cpptest Affects lobster-cpptest labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lobster-codebeamer Affects codebeamer integration lobster-core Affects core LOBSTER tools lobster-cpp Affects C/C++ integration lobster-cpptest Affects lobster-cpptest lobster-gtest Affects GoogleTest integration lobster-json Affects JSON integration lobster-python Affects Python integration lobster-trlc Affects TRLC integration
Projects
None yet
Development

No branches or pull requests

1 participant