cli-matic
cli-matic copied to clipboard
Compact, hands-free [sub]command line parsing library for Clojure.
**Is your feature request related to a problem? Please describe.** When I invoke a cli-matic with the --help option I get a nice summary of help. For example: ``` >...
**Is your feature request related to a problem? Please describe.** While looking at #90, I noticed that the help for positional arguments is included under the OPTIONS section, for example:...
**Is your feature request related to a problem? Please describe.** We implemented #84 but it only works for the JVM. **Describe the solution you'd like** We need similar solutions for...
**Is your feature request related to a problem? Please describe.** It is important to have an integration suite that actually exercises important features. At the moment we don't exercise HTTP...
If we have: ``` OPTIONS: -a, --a1 N 0 First addendum [$AA] -b, --a2 N 0 Second addendum -?, --help ``` Why shouldn't we have: ``` $ toycalc add --interactive...
See https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46 part 6 Should we use them? Should we offer an ANSI "spinner"?
It seems like we've got most of the data. It would be nice to generate (and install?) a man or um page.
See https://github.com/EricGebhart/clj-cli-ext - not a bad idea, actually.