-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Milestone
Description
#93/#107 implemented support for single choice questions. I'd love to see an option to use multiple choice prompts. Thinking about something like this:
ci_type:
type: str
help: Which CI configuration do you need?
multiplechoice:
- travis
- circleci
- gitlabci
- jenkins
Which CI configuration do you need?
ci_type? Format: str
🎤
( ) travis
( ) circleci
( ) gitlabci
( ) jenkins
tlambert03, oliviermichaelis, janluke and PJ-Schulz