kotlinx-cli
kotlinx-cli copied to clipboard
Allow ArgType.Choice for Enums to limit list of values
Makes it easier to use a subset of enum values for a certain enum as a Choice ArgType
I believe this new feature requires tests, a positive and a negative one (e.g. failing on a value not belonging to the subset)
I agree, but dont have the time/resources todo that now.