Files
SubMiner/changes/launcher-version-flag.md
T
sudacode 6ca5cede3e feat(launcher): add --version / -v flag to print app version
- Exits early with `SubMiner <version>` output, no app binary required
- Maps `-v` at root level without conflicting with `stats cleanup -v`
- Adds `version: boolean` to `Args` type and default args
- Documents flag in docs-site and adds changelog fragment
2026-05-16 22:47:57 -07:00

5 lines
120 B
Markdown

type: added
area: launcher
- Added `subminer --version` and `subminer -v` to print the installed SubMiner app version.