HarvardPL / HarvardPL/formulog
CLI should load version from JAR
Open
enhancement
- Dominant language
- Java
- Stars
- 179
- Forks
- 11
- Avg merge
- 8h 34m
- Merged PRs (30d)
- 6
Description
Right now, the Formulog version is hard-coded into the CLI, which is easy to forget to update (see #25). Instead, the version should be stored in the JAR (and maybe the git commit as well), and then we can load it programmatically from the CLI code. See:
* https://github.com/remkop/picocli/issues/757
* https://stackoverflow.com/questions/37476898/read-last-commit-of-the-git-and-commit-number
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.