SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
89 stars 10 forks source link

Add version flags. #107

Closed SamirTalwar closed 1 year ago

SamirTalwar commented 1 year ago

This adds two version flags. smoke --version prints "Smoke v" followed by the version, and smoke --version-numeric just prints the version directly.

It also adds a check to ensure that a released version prints the correct version number.

Closes #93.