jarro2783/cxxopts

Report a typo in README.md doc(in master branch)

Closed this issue · 1 comments

In README.md doc,
(1) I find that in section Version 3 breaking changes said: the ParseResult object no longer depends on the parser.
(2) But I also find in section Basics said: Note that the result of options.parse should only be used as long as the options object that created it is in scope.

I review the code, and find the ParseResult is independent of parser, so the description in (2) is a typo?

Yes you are right. I missed that later section when I first made that change. Thanks.