Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2017-11-30 23:58:15 +0300
committerJarryd Beck <jarro.2783@gmail.com>2017-11-30 23:58:15 +0300
commitfab3bae2ff43d3851192971593d7d41c86f2e738 (patch)
tree3939532a66c2450a380a819712b349e6c09151bb /README.md
parent346956eff19f9d815c6daf06374b5fa5b1bb2a5e (diff)
Clarify ParseResult being in scope
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e233154..c5c171b 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,9 @@ it appeared, and
to get its value. If "opt" doesn't exist, or isn't of the right type, then an
exception will be thrown.
+Note that the result of `options.parse` should only be used as long as the
+`options` object that created it is in scope.
+
## Help groups
Options can be placed into groups for the purposes of displaying help messages.