clingon icon indicating copy to clipboard operation
clingon copied to clipboard

Command-line options parser system for Common Lisp

Results 9 clingon issues
Sort by recently updated
recently updated
newest added

Hello! Clingon looks rather nice. Looking through it, I wonder if there's support for what python's [argparse](https://docs.python.org/3/library/argparse.html) calls "positional arguments". That is, arguments on the command line that are not...

Thanks for your interesting system. When working at the REPL I would like sometimes to call clingon:run but desactivating exit (so I continue to be at the REPL) if desired....

I'm working on a hobby project and I'm using clingon for option parsing. I added a custom option type for 2D coordinates so that I can specify an arbitrary spawn...

It appears that the version of Clingon on Quicklisp isn't in sync with the tags here. It looks like they're using master snapshots, rather than releases. In the past with...

For scientific / numerical options, it would be very helpful to have options that accept floating point (decimal number) values. For now, I hack around this by using `:string` and...

I was working on an application of mine, and reading the documentation In the readme: > The `:boolean/true` option kind creates a flag, which always returns `T`. > The `:boolean/false`...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/dnaeon/clingon). This repository currently has no open or...

Useful, for example, for --extensions md,org,txt

Add options for float and list/float