Closed jasonwee closed 2 years ago
Using Options.Default with Flag doesn't make much sense.
If flag is not provided it is false (default boolean value), if provided it is true.
Setting default to true makes it to be always true.
I agree it can be improved by simply ignoring Options.Default for Flag.
Thanks for considering
Resolved in #103
will upgrade and test this feature, thank you!
why is this always true? the second should be false?