Remove incorrect sentence in README

Fixes #410. Removes sentence about ParseResult scope that is no longer correct.
This commit is contained in:
Jarryd Beck 2023-11-13 16:49:18 +11:00
parent c8c932f891
commit 78b90d8f0c

View File

@ -85,9 +85,6 @@ result["opt"].as<type>()
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.
## Unrecognised arguments
You can allow unrecognised arguments to be skipped. This applies to both