jhawthorn / vernier

📏 next generation CRuby profiler
https://vernier.prof/
MIT License
837 stars 20 forks source link

Fix output of `vernier --version` #87

Closed Earlopain closed 3 months ago

Earlopain commented 3 months ago

Previous output:

$ vernier -v
vernier: version unknown

Optparser generates a version swtich by default, even if it doesn't appear in the help output. Tested by building and installing the gem locally.