Remove -v option alias from CLI
Open
good first issue
part:cli
REMOVAL
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The `-v` alias for the `--version` flag in the CLI was an accident. While it's fine in this application, I tend to use it as an alias for `--var` in other CLIs, so in order to avoid confusion, it should come out of this app.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CLI option definition for --version and inspect the generated help or option parsing behavior. Remove only the -v alias, then verify that --version still works and -v is no longer accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100