Skip to content

Added argument-parser package.#168

Merged
skx merged 4 commits into
mainfrom
arg-parser
Jul 10, 2026
Merged

Added argument-parser package.#168
skx merged 4 commits into
mainfrom
arg-parser

Conversation

@skx

@skx skx commented Jul 10, 2026

Copy link
Copy Markdown
Owner

The new package may be included via:

    (require arg-parser)

And then used to retrieve CLI flags, or "other" arguments. This is demonstrated in examples/wc.lisp.

skx added 4 commits July 10, 2026 21:20
The new package may be included via:

        (require arg-parser)

And then used to retrieve CLI flags, or "other" arguments.  This
is demonstrated in examples/wc.lisp.
This previously tried to look ahead for the next "-" (i.e to test
for the case "--xxx".   Now we return "-" for "-".
@skx skx merged commit a321b76 into main Jul 10, 2026
1 check passed
@skx skx deleted the arg-parser branch July 10, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant