summaryrefslogtreecommitdiff
path: root/doc/cli.1
AgeCommit message (Collapse)AuthorFilesLines
2012-06-20Add ability to specify prologues/epilogues for generated C++ filesBoris Kolpackov1-6/+62
Also add options to specify text prologues/epilogues in addition to files for generated man and html files.
2012-06-20Rename --*logue options to --*logue-fileBoris Kolpackov1-4/+4
2012-06-15Add support for specifying output stream type (--stream-type)Boris Kolpackov1-0/+4
2012-06-03Documentation updateBoris Kolpackov1-4/+6
2012-05-11Add support for -I optionBoris Kolpackov1-0/+3
Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I.
2012-05-10Implement option class inheritanceBoris Kolpackov1-0/+3
For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation.
2011-01-04Restore deleted documentation filesBoris Kolpackov1-0/+233
2011-01-04Copyright updateBoris Kolpackov1-221/+0
2010-06-04Cosmetic changesBoris Kolpackov1-3/+3
2010-06-04Add support for single quotes in option filesBoris Kolpackov1-5/+5
2010-06-02Update description of the --options-file optionBoris Kolpackov1-5/+16
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-13Bump version to 1.1.01.1.0Boris Kolpackov1-1/+1
2009-12-10Allows additional options to be provided in files (--options-file)Boris Kolpackov1-0/+9
Implemented using the new argv_file_scanner scanner implementation.
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-0/+5
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.
2009-11-22Implement option value modifiers generationBoris Kolpackov1-0/+3
2009-11-17Complete the implementation of the option documentationBoris Kolpackov1-89/+134
Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation.
2009-10-28Documentation fixesBoris Kolpackov1-2/+2
2009-10-11Add man pagesBoris Kolpackov1-0/+148