summaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAgeFilesLines
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-221-3/+3
* parse-options: Allow to hide options from the default usage.Pierre Habouzit2007-11-221-2/+15
* parse-options new features.Pierre Habouzit2007-11-111-17/+44
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-12/+21
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-291-1/+9
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+37
* Add shortcuts for very often used options.Pierre Habouzit2007-10-291-0/+21
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-291-8/+37
* Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-291-25/+22
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-291-5/+68
* Add a simple option parser.Pierre Habouzit2007-10-291-0/+167