Add only version printing to the command line arguments of spark-jobs
Open
feature
priority: undecided
under discussion
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Add version printing to the command line arguments
## Feature
The Scopt has a predefined method for help and version. This version method is much faster than help.
## Proposed Solution [Optional]
```scala
help("help"), // This we already have
version("version"),
```
Contributor guide
Research direction
Inspect the spark-jobs command-line argument definitions and the existing Scopt help option first. Add the predefined Scopt version option alongside help, then run the spark-jobs command with the version argument and confirm it prints the application version without invoking help.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala, spark
- Domain
- cli, data-engineering
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100