Skip to content

Commit

Permalink
Remove incorrect sentence in README
Browse files Browse the repository at this point in the history
Fixes #410. Removes sentence about ParseResult scope that is no longer correct.
  • Loading branch information
jarro2783 committed Nov 13, 2023
1 parent c8c932f commit 78b90d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b90d8

Please sign in to comment.