defmain icon indicating copy to clipboard operation
defmain copied to clipboard

A helper to simplify command line arguments usage in Common Lisp

Results 5 defmain issues
Sort by recently updated
recently updated
newest added

The workflow ci.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id 78c3e5a49fe2a63358e72dacf4b7f7161fafe761 *defmain-test* fails to build with the following error: ``` ; caught ERROR: ;...

``` (defmain (foo create) ...) (defmain (bar create) ...) ``` It's not clear from the documentation, but the two will interfere even if they're different subcommands. Should one use symbols...

We can easily use subcommands to support something like `./frob create thing`, where "create" is the subcommand and "thing" is a rest argument. We can add flags/switches as well like...

Hello there, I tried defmain, and I tried to call the main function from Emacs & Slime. It should be possible, since what defmain does is creating a `defun` called...

enhancement
help wanted