argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
https://takeargmax.com/blog/whisperkit
MIT License
3.17k stars 267 forks source link

feat: add version output #148

Closed chenrui333 closed 3 months ago

chenrui333 commented 4 months ago
$ swift build -c release --product whisperkit-cli --disable-sandbox
...

$ .build/arm64-apple-macosx/release/whisperkit-cli version
WhisperKitCLI version 0.7.0

fixes #147

cc @ZachNagengast

ZachNagengast commented 3 months ago

Tests are passing, will merge if there's no objections in a bit.

chenrui333 commented 3 months ago

yeah, if we can make sure version is good as part of the release script, all good to me