fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

It would be nice to know which version I'm running. Add --version #186

Closed Thorium closed 10 months ago

Thorium commented 10 months ago

There is general "--help" but there could be also general "--version" that would just print the product version of used program.

Would it make sense to be a general Argu feature?

Thorium commented 10 months ago

Oh, it was super simple to add to a project. As many projects already implement it, maybe we don't need it to Argu.