r7827: initial version,import
[getopt.git] / README
1 Library: getopt
2 Author:  Kevin Rosenberg <kevin@rosenberg.net>
3 URL:     http://b9.com/files/getopt/
4
5 This package provides a module for analyzing a list of command-line
6 arguments. It uses a command-line syntax similar to the GNU getopt_long
7 function. The package also provides an automated test suite which
8 uses the ptester library from http://b9.com/files/ptester/
9
10