You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
It seems that although the presence of a bool flag causes the parsed value to be true, the absence of a bool flag causes the parsed value to be undefined (unless default:false is explicitly set).
Wouldn't it make more sense for boolean flags to have a default-default value of false?
The text was updated successfully, but these errors were encountered:
It seems that although the presence of a bool flag causes the parsed value to be
true
, the absence of a bool flag causes the parsed value to beundefined
(unlessdefault:false
is explicitly set).Wouldn't it make more sense for boolean flags to have a default-default value of
false
?The text was updated successfully, but these errors were encountered: