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
This was actually avoided intentionally. I know it's probably a shock to some, but I found it super annoying in other CLI builders that my flags weren't returned to me exactly as I defined them.
Plus, changing it now would be breaking and require a major bump
I was thinking that you could add camelcased getters that alias the un-camelcased value. This gets around the breaking change, doesn't dupe values and allows accessing via both.
If one specifies
--custom-option
, it would be nice if you could access it asargs.customOption
instead ofargs["custom-option"]
.Is this something you'd like to support?
The text was updated successfully, but these errors were encountered: