https://github.com/babashka/cli: turn Clojure functions into CLIs!
v0.10.69 (2026-06-06)
• https://github.com/babashka/cli/issues/112: auto-generated`--help`for`dispatch`CLIs (`Usage`/`Commands`/`Options`,`--help`/`-h`on every (sub)command, terse errors). Seehttps://github.com/babashka/cli#help
• format-optstwo-column help layout, plus terminal-width description wrapping. Seehttps://github.com/babashka/cli#printing-optionsandhttps://github.com/babashka/cli#terminal-width
• :inheritin`dispatch`: an option usable before or after its subcommand. Seehttps://github.com/babashka/cli#subcommands
• :restrictno longer flags`:exec-args`keys or parent-level options. Seehttps://github.com/babashka/cli#restrict
• An option given without a value now reports`Missing value for option --foo`
Annoying that copy/pasting markdown from a changelog doesn't work as well as before