summaryrefslogtreecommitdiff
path: root/parse-options.h
Commit message (Expand)AuthorAgeFilesLines
* parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-271-0/+4
* Merge branch 'js/remote'Junio C Hamano2008-03-111-0/+1
|\
| * parseopt: add flag to stop on first non optionJohannes Schindelin2008-03-011-0/+1
* | parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+2
|/
* parse-options: Allow to hide options from the default usage.Pierre Habouzit2007-11-221-0/+3
* parse-options new features.Pierre Habouzit2007-11-111-1/+14
* Some better parse-options documentation.Pierre Habouzit2007-11-051-2/+35
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-291-0/+1
* Add shortcuts for very often used options.Pierre Habouzit2007-10-291-0/+11
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-291-0/+16
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-291-4/+11
* Add a simple option parser.Pierre Habouzit2007-10-291-0/+35