[FEATURE REQ] add version and help options to publisher
Open
enhancement
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### Please describe the feature.
Please add `version` and `help` options to the `publisher` executable.
For example:
```shell
publisher --version
# 5.1.4
publisher --help
# ... help text here ....
```
Currently, attempting to get version or help throws an exception and shows a stack trace.
Contributor guide
Assessment
This issue has not been assessed yet.