Description
Both oss-dev (Click) and oss-dev-new (Typer) CLI entry points currently lack a --version flag. Add a --version flag that prints the current package version (v0.2.0) and exits.
Tasks
Skills Required
- Python
- Click CLI framework
- Typer CLI framework
Difficulty
Beginner-level1
Description
Both
oss-dev(Click) andoss-dev-new(Typer) CLI entry points currently lack a--versionflag. Add a--versionflag that prints the current package version (v0.2.0) and exits.Tasks
--versionoption to the Click CLI inmain.py--versionoption to the Typer CLI insrc/oss_dev/cli/app.pysrc/oss_dev/_version.pySkills Required
Difficulty
Beginner-level1