-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
The current description has two properties for identified options, and an option with a value appears in both:
args {Object}, having properties and Boolean values corresponding to parsed options passed
values {Object}, have properties and String values corresponding to parsed options passed
I found this a bit unexpected, and unlike what I see in other implementations (Commander, Yargs, et al).
If this a deliberate design decision? I didn't find any discussion that led to this, and don't want to go too deep on commentary if it is a somewhat accidental iteration as functionality has been added!