- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 263
Description
Is your feature request related to a problem? Please describe.
I'm currently trying to write a proof of concept for auto-generating ZSH/Bash Completions for a CommandLineApplication. Since completions are able to provide values for arguments/options, it would be great if I could support enum options/arguments and put those values into the completion list. However, right now I'm not able to continue because I'm unable to access UnderlyingType, which was introduced in #276 .
Describe the solution you'd like
I think the straight forward and simple solution would be changing internal UnderylingType to public UnderylingType 😄
Describe alternatives you've considered
--
Additional context
I'm happy to provide a PR if you're comfortable with my proposed solution 👍