cl-argparse

MIT

A python argparse inspired command line parser library

$ area51 add cl-argparseCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-argparse:some-function ...)

Dependencies