Shopify / bootsnap

Boot large Ruby/Rails apps faster
MIT License
2.68k stars 183 forks source link

`bootsnap -v` or `bootsnap --version` could return the version of bootsnap? #482

Closed dorianmariecom closed 7 months ago

dorianmariecom commented 7 months ago

For instance:

> bootsnap -v
1.18.3
> bootsnap --version
1.18.3
> bundle exec bootsnap -v
1.18.3
> bundle exec bootsnap --version
1.18.3
casperisfine commented 7 months ago

-v is annoying because it can be confused for --verbose.

But why not --version, I don't mind. PR welcome, but not worth keeping such a feature request open.