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 was archived by the owner on Jan 1, 2022. It is now read-only.
Sunday Nov 12, 2017 at 20:11 GMT
Originally opened as clap-rs/clap#1104
I.e. remove the "stringly typed" nature of clap
How this is done internally is up for debate and the reason for this issue. See the related topic #1041
Basically we want to Hash whatever key is given and store that instead of a
&str/String/Cow<_>.