Replies: 1 comment 2 replies
-
We have Personally, I feel that If you still want it, feel free to create an issue. We can evaluate the interest in it and the impact. We are trying to balance the impact of a feature against bloating the API and negatively impacting build time / binary size. |
Beta Was this translation helpful? Give feedback.
-
I have an option that allows users to select one of a few variants. The set of allowed values is an enum; it does not make sense for it to be a subcommand.
I would like the user to be able to abbreviate the values in this enum, in the same way as
infer_subcommands
.Have I missed something? Evidently the engine is doing a prefix-match to generate this output...
Source code for this example:
Beta Was this translation helpful? Give feedback.
All reactions