Add a version flag
Closed this issue · 3 comments
matthewford commented
There isn't an easy what to check what version of rubyfmt you are currently running
Ideally you could run rubyfmt --version
or -v
reese commented
Which version of rubyfmt
are you running? The CLI already has this (both --version
and -V
, they're listed in the --help
output as well), but I believe this was only added in 0.8.0
and won't be present in older versions.
reese commented
(Going to close this out, but happy to answer any follow-up here!)
matthewford commented
when I was building from homebrew I forgot to add the from source flag, can ignore