Provides a command-line interface for working with Open Job Description templates

14 stars 15 forks 14 watchers Python Apache License 2.0
1 Open Issue Need Help Last updated: Oct 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The OpenJD CLI currently lacks a way to display its version, as it's not available via a dedicated argument or in the help text. The proposed solution is to implement a `--version` or `-v` flag to output the CLI's version (e.g., `OpenJobDescription CLI X.Y.Z`), and also include this information in the main help output. This would allow users to easily check their installed version for verification or update purposes.

Complexity: 1/5
enhancement good first issue needs triage

Provides a command-line interface for working with Open Job Description templates

Python