Add note about count with default

Fixes #311.
This commit is contained in:
Jarryd Beck 2021-10-21 07:37:07 +11:00
parent 4a02ad94f4
commit d2f0bbfed1

View File

@ -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