`--version` flag to print the version and exit
Open
enhancement
- Dominant language
- Python
- Stars
- 123
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
There is not a `--version` flag that allows inspecting the current version of the `ade` CLI [here](https://github.com/thedatamates/ade-bench/blob/1541576fa59922df1119e9dac206ac24620a8341/pyproject.toml#L3).
### Solution
Add a `--version` flag (and optionally `-v` also) that prints the version and exits.
The [Command Line Interface Guidelines](https://clig.dev/#arguments-and-flags) website mentions this briefly:
Contributor guide
Assessment
This issue has not been assessed yet.