File: README

package info (click to toggle)
cl-getopt 1.2.0-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: lisp: 167; makefile: 37
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/