You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.
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):
Right now, that'll be quite difficult to add support for (zend-skeleton-installer currently only deals with yes/no style prompts. I'll definitely consider it for the future, however.
For now:
Could you suggest some better wording for that particular prompt that might disambiguate it?
Could you raise an issue on zend-skeleton-installer asking for support for multi-option prompts, referencing this?
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
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:
See https://gist.github.com/jeremiahsmall/d5c54f283dddf2f4ba3e11d0cd39fa11#file-zendframework_skeleton_installer_output-txt-L30
The text was updated successfully, but these errors were encountered: