blob: 90b0f2b5ae60dbb6e720a01e671603ee47e3a700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NAME
argparser - Command line argument parser library
DESCRIPTION
Command line parser library with support for
* coloured help output,
* long options,
* single dash long options,
* plus options,
* temporary -- using ++,
* variadic options,
* optionally argumented options, and
* abbreviations, and other user-defined corrections.
RATIONALE
We should always strive to make the command line
even better.
SEE ALSO
getopt(1), getopt(3), getopts(1), info argp
|