Currently, all confirm questions wait for the y/N input at the following line. Should we wait for input on the same line like the rest?
Examples:
You are reconfiguring the project at /Users/akalipetis/Developer/github.com/platformsh/platformify.
The following Upsun (Staging) files already exist in this directory:
- .environment
- .upsun/config.yaml
Do you want to overwrite them? (y/N)
[cursor]
Suggestion:
You are reconfiguring the project at /Users/akalipetis/Developer/github.com/platformsh/platformify.
The following Upsun (Staging) files already exist in this directory:
- .environment
- .upsun/config.yaml
Do you want to overwrite them? (y/N) [cursor]
Example of a text question:
Tell us your project name: [platformify] [cursor]
Currently, all confirm questions wait for the
y/Ninput at the following line. Should we wait for input on the same line like the rest?Examples:
Suggestion:
Example of a text question:
Tell us your project name: [platformify] [cursor]