File: README

package info (click to toggle)
cl-getopt 1.2.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60 kB
  • ctags: 21
  • sloc: lisp: 167; makefile: 45; sh: 28
file content (10 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
Library: getopt
Author:  Kevin Rosenberg <kevin@rosenberg.net>
URL:     http://b9.com/files/getopt/

This package provides a module for analyzing a list of command-line
arguments. It uses a command-line syntax similar to the GNU getopt_long
function. The package also provides an automated test suite which
uses the ptester library from http://b9.com/files/ptester/