lenz

Results 36 issues of lenz

First of all I would like to say that I have been looking for a Clojure to Go compiler for a while. The closes thing I found was Ferret, and...

**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...

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

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_

I like the idea, though I don't know how it should work: See https://github.com/oclif/plugin-autocomplete

**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.** We implemented #84 but it only works for the JVM. **Describe the solution you'd like** We need similar solutions for...