Add Inklecate version
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Inklecate should have an option to display the version and exit early. In Linux, `inklecate -v` is reserved for verbose mode, so we should pick another letter (or add a long option `--version`).
It serves as a way to know what version of the binary we are working with, as well as testing the binary is working normally.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at Inklecate's command-line option handling and inspect how the existing Linux `-v` verbose option is defined. Choose a non-conflicting short option or add `--version`; done means the binary prints its version, exits early, and continues to support verbose mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100