-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Add ability to choose enums items by numbers in addition to names
For example, for that enum
public enum Semester {
FIFTH("fifth"),
SIXTH("sixth"),
SEVENTH("seventh"),
EIGHTH("eighth");
}CLI should output:
Choose semester:
0 - fifth
1 - sixth
2 - seventh
3 - eighth
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels