Common Lisp CLI Parser

A simple command-line option parser written in Common Lisp

Introduction

cl-cli-parser is a simple get-opt-like parser for common lisp. It is released under the BSD license.

The interface is simple. After loading:

> (cli-parser:cli-parse '("--opt1=val1" "val2" "-p=another-option" "-q") *opts*)
where *opts* is a list of cli-option structures.

It's likely that this code will be changed from using structs to CLOS classes very soon.

Mailing Lists

Download

This project has not released any files.

CVS

You can browse our CVS repository or download the current development tree via anonymous cvs, as described here

Valid XHTML 1.0 Strict