unitsofmeasurement / unit-tck

JSR 385 - Technology Compatibility Kit (TCK)
Other
6 stars 5 forks source link

CLI: Could we use Airline or JShell? #11

Closed keilw closed 1 year ago

keilw commented 6 years ago

In https://github.com/unitsofmeasurement/uom-tools Airline is used for the CLI. Could we also use that or even JShell? (would require Java 9 as minimum version to run the TCK)

keilw commented 6 years ago

As done in the API already, JShell could be used in a multi-release JAR. Leaving the existing command line options based on Maven while offering the built-in CLI from Java 9 upwards.

keilw commented 1 year ago

Neither would add much value. All TCK commands are available from the OS command line anyway, so adding an extra layer seems an unnecessary burden.