aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
Commit message (Collapse)AuthorAgeFilesLines
* fix subparsers completionPavel Belikov2017-12-231-0/+6
|
* fix warningsPavel Belikov2017-12-231-6/+6
|
* remove ParseValue for completionPavel Belikov2017-12-231-9/+10
|
* fix bash equal sign tokenizationPavel Belikov2017-12-231-8/+39
|
* add completion for flag valuesPavel Belikov2017-12-231-1/+64
|
* add auto completion for flagsPavel Belikov2017-12-231-30/+279
|
* change GetChoicesString() signaturePavel Belikov2017-12-231-65/+72
|
* replace explicit std::vector ParseCLI with template, reduce optimizationTaylor C. Richberger2017-12-121-1/+2
| | | | | | Optimization absolutely kills test build time. Dropping optimization level cuts compile time in less than half, and it still doesn't take long to run.
* Merge pull request #52 from maPaydar/patch-1Taylor C. Richberger2017-12-121-0/+5
|\ | | | | Adds ParseCLI overload to parse vector of string
| * Update args.hxxTaylor C. Richberger2017-12-121-1/+1
| | | | | | Take reference instead of copy of vector.
| * Adds ParseCLI overload to parse vector of stringAmin Paydar2017-12-121-0/+5
| |
* | Merge pull request #54 from pavel-belikov/hidden-from-usage-or-descriptionTaylor C. Richberger2017-12-121-7/+15
|\ \ | | | | | | Add Options::HiddenFromUsage and Options::HiddenFromDescription
| * | add Options::HiddenFromUsage and Options::HiddenFromDescriptionPavel Belikov2017-12-121-7/+15
| |/
* | add more GetChoicesString overridesPavel Belikov2017-12-121-20/+60
|/
* fix usage line wrappingPavel Belikov2017-12-021-42/+112
|
* fix inclusion into multiple source filesPavel Belikov2017-11-231-3/+3
|
* Merge pull request #44 from pavel-belikov/better-value-parsingTaylor C. Richberger2017-11-191-25/+20
|\ | | | | Fix ValueReader for types assignable to std::string
| * Merge branch 'master' into better-value-parsingTaylor C. Richberger2017-11-191-0/+36
| |\
| * | fix ValueReader for types assignable to std::stringPavel Belikov2017-11-181-25/+20
| | |
* | | fix missing overridePavel Belikov2017-11-191-1/+1
| | |
* | | add choices and default strings to argument descriptionPavel Belikov2017-11-191-45/+162
| | |
* | | add more HelpParams for different strings used in usage/options sectionsPavel Belikov2017-11-191-5/+40
| |/ |/|
* | add ActionFlagPavel Belikov2017-11-181-0/+36
|/
* fix HelpParams::showValueNameOncePavel Belikov2017-11-141-8/+5
|
* add leading whitespace support in WrapPavel Belikov2017-11-141-14/+25
|
* add more HelpParams for optionsPavel Belikov2017-11-141-6/+38
|
* add Matcher validation testsPavel Belikov2017-11-121-2/+2
|
* add HelpParams::proglineShowFlagsPavel Belikov2017-11-121-75/+153
|
* fix uninitialized RaiiSubparser::oldSubparserPavel Belikov2017-11-101-1/+1
|
* fix unitialized valuesPavel Belikov2017-11-101-10/+10
|
* change default value of RequireCommandPavel Belikov2017-11-091-1/+3
|
* add documentation for Command::RequireCommandPavel Belikov2017-11-091-5/+5
|
* add doxygen comments for subparsersPavel Belikov2017-11-091-27/+51
|
* add subparsers validationPavel Belikov2017-11-091-5/+68
|
* add validation for commandsPavel Belikov2017-11-081-8/+47
|
* add travis ci, appveyor, coverallsPavel Belikov2017-11-061-53/+76
|
* add COMMAND to program linePavel Belikov2017-11-061-14/+32
|
* add HelpParams::showCommandChildren and HelpParams::showCommandFullHelpPavel Belikov2017-11-061-67/+200
|
* add help output for commandsPavel Belikov2017-11-061-68/+106
|
* add description for commandsPavel Belikov2017-11-061-8/+82
|
* refactor GetDescriptionPavel Belikov2017-11-061-65/+80
|
* add subparsersPavel Belikov2017-11-041-234/+560
|
* update contributing, add Pavel Belikov to copyright linesTaylor C. Richberger2017-10-161-1/+2
|
* add ImplicitValueFlag, NargsValueFlagPavel Belikov2017-10-161-175/+420
|
* add Options::HiddenPavel Belikov2017-10-151-51/+52
|
* add Options::Required flagPavel Belikov2017-10-131-9/+131
|
* Fix multiply defined symbols at link by adding inline, fixes #21tdowns2017-08-061-3/+3
|
* allow all List types to work with range-based for loopsTaylor C. Richberger2017-07-091-53/+184
|
* added container typedefs to ValueFlagListIvan Kush2017-07-031-2/+46
|
* Fix variables shadowing the help memberJohn W. Horigan2017-05-271-18/+18
|