Commit fab3bae2ff43d3851192971593d7d41c86f2e738

Authored by Jarryd Beck
1 parent 346956ef

Clarify ParseResult being in scope

Showing 1 changed file with 3 additions and 0 deletions
README.md
@@ -49,6 +49,9 @@ it appeared, and @@ -49,6 +49,9 @@ it appeared, and
49 to get its value. If "opt" doesn't exist, or isn't of the right type, then an 49 to get its value. If "opt" doesn't exist, or isn't of the right type, then an
50 exception will be thrown. 50 exception will be thrown.
51 51
  52 +Note that the result of `options.parse` should only be used as long as the
  53 +`options` object that created it is in scope.
  54 +
52 ## Help groups 55 ## Help groups
53 56
54 Options can be placed into groups for the purposes of displaying help messages. 57 Options can be placed into groups for the purposes of displaying help messages.