francisdb/vpxtool

Add version to release zip file name

Closed this issue · 7 comments

Currently the version is not part of the file name

It would also be nice if vpxtool showed its version number when being run so you would know without having to do a -V

Would then have to be on std error as some commands might have their output piped to file or other cli tools?

Aha, you mean being run without params.
That should be possible.

https://epage.github.io/blog/2022/09/clap4/#polishing-help-output

Keeping this open for the second request

Now prints

> vpxtool
Vpxtool v0.9.8

Extracts and assembles vpx files

Usage: vpxtool [COMMAND]

Commands:
  info            Show information about a vpx file
...