vasi / pixz

Parallel, indexed xz compressor
BSD 2-Clause "Simplified" License
711 stars 61 forks source link

Add -V flag to print application version #101

Closed teran closed 2 years ago

teran commented 2 years ago

An easy way to get application version only: should be useful for application testing and cutting pixz version from its output.

Our own use case is to test external application builds such way: run it with version flag (and compare the output) which is much easier to do with version only output than huge usage info.

PS. I've used -V (capital v letter) to leave a v-place (lower case) for verbose if it will be needed once.

vasi commented 2 years ago

Looks good, thanks!