Closed SamirTalwar closed 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.
smoke --version
smoke --version-numeric
It also adds a check to ensure that a released version prints the correct version number.
Closes #93.
This adds two version flags.
smoke --version
prints "Smoke v" followed by the version, andsmoke --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.