From d2f0bbfed1fb3618715cf9729170288ef86476ee Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Thu, 21 Oct 2021 07:37:07 +1100 Subject: [PATCH] Add note about count with default Fixes #311. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9517993d..14665f78 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ 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. +Default values are not counted by `Options::count`. + ## Boolean values Boolean options have a default implicit value of `"true"`, which can be