https://github.com/babashka/cli: turn Clojure functions into CLIs!
v0.8.66 (2025-07-12)
• https://github.com/babashka/cli/issues/122: introduce new :repeated-opts option to enforce repeating the option for accepting multiple values (e.g. --foo 1 --foo 2 rather than --foo 1 2)