Prune devel/py-EnthoughtBase
[dports.git] / devel / argtable / pkg-descr
1 Parsing a program's command line arguments has always been a distraction from
2 the main programming task at hand. The argtable library simplifies the job by
3 enabling the programmer to define the command line options directly in the
4 source code as a static array of structs and then pass that array to argtable
5 library functions which parse the command line accordingly. The values
6 extracted from the command line are deposited directly into user-defined program
7 variables where they can be accessed by the main program. Argtable can also
8 generate descriptions of the command line syntax from that same array for
9 display as on-line help.
10
11 WWW: http://argtable.sourceforge.net/