cl-cli-parser
A command-line argument parser. Mostly parses options of the same form that getopt parses
$ area51 add cl-cli-parserCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cli-parser:some-function ...)