]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cli : add --version flag (#3878)
authorRum Nguyen <redacted>
Tue, 16 Jun 2026 06:58:09 +0000 (13:58 +0700)
committerGitHub <redacted>
Tue, 16 Jun 2026 06:58:09 +0000 (08:58 +0200)
commitdb5a84bd79926f783b199f5707af42dd99b60f2e
tree932368455aacf1a951573bf47390d7bac259f894
parent0ec0845110dc934911dc48e8c5beb5ad3189b3f3
cli : add --version flag (#3878)

Adds a `--version` option to whisper-cli that prints the library version
via `whisper_version()` and exits, plus a corresponding entry in the help
output. Mirrors the existing `-h`/`--help` handling.

Closes #608
examples/cli/cli.cpp