This repository was archived by the owner on Jan 1, 2022. It is now read-only.
This repository was archived by the owner on Jan 1, 2022. It is now read-only.
Allow Enum Variants as Arg|ArgGroup|SubCommand keys #82
Open
Description
Issue by kbknapp
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<_>
.