aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-10 09:23:05 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-10 09:23:05 -0600
commit17a43e3973c72a12cdd51feace4f505e2494f132 (patch)
treeb1cc8a71a4e210c0c7d85fde15fe717231b71a2f /README.md
parentimprove doxygen (diff)
downloadargs.hxx-17a43e3973c72a12cdd51feace4f505e2494f132.tar.xz
improve documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1246367..f7c6d26 100644
--- a/README.md
+++ b/README.md
@@ -112,8 +112,10 @@ documentation.
Then you can either call it with args::ArgumentParser::ParseCLI for the full
command line with program name, or args::ArgumentParser::ParseArgs with
just the arguments to be parsed. The argument and group variables can then be
-interpreted as a boolean to see if they've been matched, and their arguments
-can be pulled from their value and values attributes, if applicable.
+interpreted as a boolean to see if they've been matched.
+
+All variables can be pulled (including the boolean match status) with
+args::get.
# How fast is it?