factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

When using `choices` allow choosing no option #139

Closed mgrsskls closed 3 years ago

mgrsskls commented 3 years ago

At the moment the user has to select an option when a question with choices is used.

In my case, choices is used to install optional packages, so the user should also be able to ignore all options.

stmh commented 3 years ago

the underlying symfony lib does not support this, why not adding a default, empty choice?