You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: