The CLI tool should support a --version (or -v) flag that prints the current version string and exits with code 0.
Acceptance Criteria
- Running
./tool --version prints something like fleet-e2e-toy v1.0.0
- Exit code is 0
- Works alongside other flags without conflict
The CLI tool should support a
--version(or-v) flag that prints the current version string and exits with code 0.Acceptance Criteria
./tool --versionprints something likefleet-e2e-toy v1.0.0