Commit Graph

29 Commits

Author SHA1 Message Date
jarro2783
2123115f71
Improve positional help description.
Minor change to the positional option description in README.
2022-09-26 06:59:38 +10:00
Eyal Rozenberg
628dc9202b
Fixes #345, fixes #346: Exception code tweaks (#347)
* Fixes #345, fixes #346, regards #340: Put exceptions in a sub-namespace and renamed them accordingly.

* Also fixed some "loose ends" regarding namespace indentation which were missing in PR #350.

* Dropped `required_option_missing` as it is unused.
2022-07-12 19:45:58 +10:00
Matthew Limbinar
7474a66ef6
Clarify positional argument docs (#335) 2022-07-04 09:55:17 +10:00
Jarryd Beck
a150450486 Readme change for 3.0 2021-10-21 07:50:58 +11:00
Jarryd Beck
d2f0bbfed1 Add note about count with default
Fixes #311.
2021-10-21 07:37:23 +11:00
Jarryd Beck
4b63c333a8 Improve README note 2020-10-01 20:09:16 +10:00
Jarryd Beck
31b77f11af Prepare notes for v3 2020-10-01 17:14:39 +10:00
Eyal Rozenberg
1b660d5680
Regards #244: Explain how vectors of values allow repeated use of the same option on the command-line. (#247) 2020-07-23 16:36:54 +10:00
Tomas Barton
b0f67a06de
Code highlighting, add more examples (#220) 2020-02-14 08:02:27 +11:00
Jarryd Beck
4a0af0e950 Fix parsing char type
Fixes #201. Parse char type correctly and check for length.
2019-08-23 08:26:16 +10:00
Jarryd Beck
f4f4ece809 Improve README about supported compilers
Fixes #202.
2019-08-23 08:16:22 +10:00
Christian Lang
7b14d5f60b Fix parsing of std::vector and add test, example and documentation (#182)
Improve parsing into std::vector so that a single argument can take a list.
2019-06-18 08:14:18 +10:00
Jarryd Beck
3d405ef163 Improve boolean readme
Fixes #157. Fix the wording in the README about booleans.
2019-01-02 08:47:17 +11:00
Jarryd Beck
00e8ecc482 Add a readme comment about versions 2018-04-12 08:14:07 +10:00
Jarryd Beck
16e3968e1a update readme 2018-03-21 18:14:09 +11:00
Jarryd Beck
fab3bae2ff Clarify ParseResult being in scope 2017-12-01 07:58:15 +11:00
Jarryd Beck
5b774d7a7e Allow help string to be customised
Fixes #82. This allows the help string after the program name to be
completely replaced by the user.
2017-11-28 18:07:23 +11:00
Jarryd Beck
70b9230639 fix changelog and readme
add booleans into the changelog and the readme
2017-11-15 17:56:25 +11:00
Jarryd Beck
8d6a91ee27 improve documentation for default and implicit 2017-11-14 08:03:46 +11:00
Jarryd Beck
3f5bbb3062 update the readme 2017-10-31 18:19:15 +11:00
Jarryd Beck
1be5f10daf clarify wording on short/long
Fixes #37.

A long option is required, a short option is not.
2017-01-30 07:29:12 +11:00
Jarryd Beck
09d8d0b3c5 add build status to README 2016-08-25 18:36:32 +10:00
Jarryd Beck
c51b8bbdee default and implicit options in readme
This closes issue #20.
2016-08-25 08:35:01 +10:00
Taylor Braun-Jones
00dc8b3018 README.md: Fix compile errors in quick start example 2016-05-12 18:06:13 -04:00
Jarryd Beck
aec97a6f53 update readme 2016-01-28 07:26:10 +11:00
Jarryd Beck
5a7585026d Merge branch 'master' of github.com:jarro2783/cxxopts 2016-01-22 17:48:31 +11:00
jarro2783
8d0ff87fe7 Fix some more formatting 2015-09-28 12:56:03 +10:00
jarro2783
4c3d1159cf Change headings to markdown 2015-09-28 12:54:46 +10:00
jarro2783
7d49500f54 Rename README to README.md 2015-09-28 12:53:26 +10:00