Clarify ParseResult being in scope

This commit is contained in:
Jarryd Beck 2017-12-01 07:58:15 +11:00
parent 346956eff1
commit fab3bae2ff

View File

@ -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.