babashka / cli

Turn Clojure functions into CLIs!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(cli/parse-args ["--hello" "foo" "bar"]) should put bar under :rest-args

borkdude opened this issue · comments

(cli/parse-args ["--hello" "foo" "bar"]) should put bar under :rest-args

Not in scope. E.g. git push --force repo is something we cannot parse. If a trailing non-option must be supported, people should pop that value of the args and then parse those args with bb cli.