Releases: babashka/cli
Releases · babashka/cli
v0.8.61
What's Changed
- Fix link to Clojure CLI doc at clojure.org in README.md by @tripplilley in #101
- ANSI escape codes don't count towards a cell's width by @eval in #103
- use a when instead of if in example by @AndreaCrotti in #105
- Fix #106: multiple options before subcommand conflict with subcommand by @borkdude in #107
- Fix #104: allow extra arguments to be passed in exec fn by @borkdude in #108
New Contributors
- @tripplilley made their first contribution in #101
- @AndreaCrotti made their first contribution in #105
Full Changelog: v0.8.60...v0.8.61
v0.8.60
v0.8.59
What's Changed
- Expose matched commands in :no-match and :input-exhausted error cases for dispatch by @Sohalt in #93
- Fix #91: keyword options and hyphen options should not mix by @borkdude in #94
- Prevent false defaults from being removed/ignored by @eval in #97
New Contributors
Full Changelog: v0.8.58...v0.8.59
v0.8.58
What's Changed
- Add Aliases section to README.md by @arichiardi in #84
- Add basic example to readme by @tastyminerals in #86
- Correct README example regarding
:error-fn
by @rynkowsg in #88 - Fix #89: long option never refers to alias by @borkdude in #90
New Contributors
- @arichiardi made their first contribution in #84
- @tastyminerals made their first contribution in #86
- @rynkowsg made their first contribution in #88
Full Changelog: v0.8.57...v0.8.58
v0.8.57
v0.8.56
v0.8.55
Full Changelog: v0.8.54...v0.8.55