bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Unexpected error when bloop --version

Open TheElectronWill opened this issue 5 years ago • 1 comments

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

TheElectronWill avatar May 17 '20 20:05 TheElectronWill

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.

jvican avatar May 18 '20 08:05 jvican