3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++6,072 forks (6,072 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 52,942 stars (52,942 stars)
- PR merge metrics
- Avg merge 5d 20h (Avg merge 5d 20h)36 merged PRs in 30d (36 merged PRs in 30d)
Description
A --version command line option to get the current release version would be nice!
Contributor guide
- Research direction
- Look at the existing command line argument parsing in main.cpp (e.g., using a library like argparse or manual parsing). Check if there is a version macro or constant defined in a header or CMakeLists.txt. The issue is straightforward: add a version flag that prints the current version and exits. No linked PRs or comments provide additional context.
- Tech stack
- ccpp
- Domain
- clitooling
- Issue type
- Feature
- Prerequisites
- Basic C++ knowledgeFamiliarity with command line argument parsing