Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm questions should wait for input on the same line #152

Open
akalipetis opened this issue Sep 19, 2023 · 0 comments
Open

Confirm questions should wait for input on the same line #152

akalipetis opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@akalipetis
Copy link
Member

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]
@akalipetis akalipetis added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant