bloop
bloop copied to clipboard
Unexpected error when bloop --version
Expected: should print the same thing as bloop about (which works)
Actual:
➜ bloop --version
The handling of `about` does not happen in the `Interpreter`
Using Scala 2.12.8 and OpenJDK 8
Thanks for reporting @TheElectronWill! I think this works as expected. If bloop --version ever worked in the old CLI, that is no longer the case with bloopgun. There are good use cases for supporting --version, especially for scripting purposes. If somebody needs this command, they can open a PR and implement this feature in two steps: adding a version command in bloop and then changing bloopgun to understand bloop version when the user types bloop --version.