cli-matic
cli-matic copied to clipboard
Compact, hands-free [sub]command line parsing library for Clojure.
Go check https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46
We could have `--option-a` and `--opt-a` as the same option.
**Is your feature request related to a problem? Please describe.** The current presets are nice, but I would like to be able to extend them. **Describe the solution you'd like**...
Now GitHub doe this automagically. Also remove access to ContributorsBot or whatever that is.
See https://central.sonatype.com/artifact/org.clojure/tools.cli/1.0.206/&smo=true
Hi, as far as I can see, if a command has a `:runs` function, then even if it has `:subcommands`, they are simply ignored. Is there any way to have...