This repository was archived by the owner on Jan 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Installer option wording #336
Copy link
Copy link
Open
Description
When running through the installer options, sometimes it's not self-evident why I may want to choose or not choose a particular option. I think this boils down, essentially, to documentation more than actually altering the wording of the prompts in the installer. Perhaps a link to an official installer doc could be displayed by the installer at the start.
In any case, the prompt that seems the most ambiguous is the mvc-console one
Would you like to install MVC-based console support? (We recommend migrating to zf-console, symfony/console, or Aura.CLI)
Here we get a y/N option for a module which seems like is not recommended. Perhaps the other options could be offered too in the same prompt. For example:
Would you like to install console support?
[0] No console
[1] MVC-based console
[2] zf-console
[3] symfony/console
[4] Aura.CLI
Make your selection (default is 0):