From fab3bae2ff43d3851192971593d7d41c86f2e738 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 1 Dec 2017 07:58:15 +1100 Subject: [PATCH] Clarify ParseResult being in scope --- README.md | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index e233154..c5c171b 100644 --- a/README.md +++ b/README.md @@ -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. -- libgit2 0.21.4