From 8d6a91ee27828dfd8ed7b259e9ca7d0c38419d81 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 14 Nov 2017 08:03:46 +1100 Subject: [PATCH] improve documentation for default and implicit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10c0393..59cf0a7 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ If an option had both, then not specifying it would give the value `"value"`, writing it on the command line as `--option` would give the value `"implicit"`, and writing `--option=another` would give it the value `"another"`. +Note that the default and implicit value is always stored as a string, +regardless of the type that you want to store it in. It will be parsed as +though it was given on the command line. + # Linking This is a header only library.