cli-matic
cli-matic copied to clipboard
Compact, hands-free [sub]command line parsing library for Clojure.
It's common for terminal apps to be called like `app --version` to print the version. Is this possible? _Originally posted by @thiru in https://github.com/l3nz/cli-matic/issues/35#issuecomment-480977084_
**Is your feature request related to a problem? Please describe.** This is not a big problem, just a mere suggestion. I'm proposing making the error messages just short, simple messages,...
**version** Commit 3e072260e359be51bf6646e219042c319dd9f5f8 **platform** I'm adapting cli-matic to work with nodejs using the Clojure CLI tools. **problem** When I pass an unknown subcommand I get a crash involving a Java...
**Is your feature request related to a problem? Please describe.** Boolean flags should not require a value, this is very nonstandard in relation to other CLI **Describe the solution you'd...
I like the idea, though I don't know how it should work: See https://github.com/oclif/plugin-autocomplete
Is it possibile to set an option for importing jsonfile with keyworks instead of strings? I see you use https://github.com/dakrone/cheshire and it is possible using ;; parse some json and...
**Is your feature request related to a problem? Please describe.** I am always frustrated when something could be done more naturally, especially on a CLI. Say that we have a...
See https://github.com/spf13/cobra Interesting autocompletions.
**Is your feature request related to a problem? Please describe.** Check the picocli documentation https://picocli.info/ for any ideas that might be interesting.... :-)
**Is your feature request related to a problem? Please describe.** I want to be able to provide a custom type where a coercion is applied. In my case, I have...