Commit fab3bae2ff43d3851192971593d7d41c86f2e738
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 | 49 | to get its value. If "opt" doesn't exist, or isn't of the right type, then an |
| 50 | 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 | 55 | ## Help groups |
| 53 | 56 | |
| 54 | 57 | Options can be placed into groups for the purposes of displaying help messages. | ... | ... |