cli-matic icon indicating copy to clipboard operation
cli-matic copied to clipboard

Compact, hands-free [sub]command line parsing library for Clojure.

Results 36 cli-matic issues
Sort by recently updated
recently updated
newest added

**Problem** I tried to use a multiple with default value and I get an error. Also the error message is not very helpful: `No value supplied for key: cli_matic.utils$assoc_new_multivalue@a520a55` **Repro**...

* Replaced flatten with apply concat * Does not actually work - default values are always included * Specifying values on cli should replace the defaults ``` FAIL in (test-string)...

**Is your feature request related to a problem? Please describe.** I had this idea while working with cli-matic. I believe it's doable to generate a UI based on a cli-matic...

**Is your feature request related to a problem? Please describe.** I would like to implement verbose levels with repetition of the same flag. Something like it's done in ansible: `ANSIBLE_DEBUG=true...

**Is your feature request related to a problem? Please describe.** I need to be able to supply O to N number of positional required arguments and ideally they would be...

**Is your feature request related to a problem? Please describe.** Quicker startup f scripts under the JVM **Describe the solution you'd like** I came across https://www.petefreitag.com/item/930.cfm where it suggests tiered...

**version** 0.5.2 / JVM **problem** At the moment, you cannot have both a positional argument and :multi , because only the first argument will be globbed. In theory, you should...

_Edit_: this behavior also holds true for `:ednfile` options; I didn't test `:yamlfile` but I imagine it's the same there. **version** 0.4.3 **platform** JVM 11 **problem** `:default` values for `:jsonfile`...

**version**: 0.4.3 **platform**: JVM 14 **problem**: Subcommands which return a `LazySeq` seem to crash because the `LazySeq` is treated as a deferred value by `getReturnValue`, and `P/waitForDeferredValue` attempts to deref...

See https://www.freebsd.org/cgi/man.cgi?query=sysexits