From 78b90d8f0ce9b37594a0f25906213ae245b422f0 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Mon, 13 Nov 2023 16:49:18 +1100 Subject: [PATCH] Remove incorrect sentence in README Fixes #410. Removes sentence about ParseResult scope that is no longer correct. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 61a0273..c79de25 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,6 @@ result["opt"].as() 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. - ## Unrecognised arguments You can allow unrecognised arguments to be skipped. This applies to both