cl-cli-parser

Copyright (c) 2005

A command-line argument parser. Mostly parses options of the same form that getopt parses

$ area51 add cl-cli-parserCopy

Usage

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