Releases: alexarchambault/case-app
Releases · alexarchambault/case-app
v2.0.0-M12
Allow to stop parsing at first argument
In cases where you'd like the parser to stop parsing at the first argument that is not an option (doesn't start with -
) or is an unrecognized option, you can override stopAtFirstUnrecognized
in CaseApp
. The non-parsed arguments will then be available through the RemainingArgs
argument passed to CaseApp.run
(via RemainingArgs.remaining
).
Less backward binary compatibility breakages in the future
data-class is now used wherever possible in the public API of case-app, so that backward binary compatibility breakages should be less likely in the future.
v2.0.0-M11
- Switch to Scala.JS
0.6.32
- Fix issue in command listings (printing some
List(…)
when listing available commands in--help
)
v2.0.0-M10
v2.0.0-M9
.
v2.0.0-M8
.
v2.0.0-M7
.
v2.0.0-M6
.
v2.0.0-M5
v2.0.0-M4
Merge pull request #93 from alexarchambault/develop Updates