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

CLI::UI.ask multi-line input #499

Open
huguesbr opened this issue Mar 5, 2024 · 0 comments
Open

CLI::UI.ask multi-line input #499

huguesbr opened this issue Mar 5, 2024 · 0 comments

Comments

@huguesbr
Copy link

huguesbr commented Mar 5, 2024

CLI::UI.ask used to take multi line input:

> User ids:
1
2
3

Since some upgrades ( we've upgraded to Ruby 3.3, maybe some change in our CLI leading to the console ) the input is now splitting from multi-line input to multi-prompt input.

> User ids:
1
> Order id
2
> Blah blah
3

Anyone has the same issue, is there a way to indicate the ask is expecting a multiline input? (nothing here https://github.com/Shopify/cli-ui/blob/main/lib/cli/ui/prompt.rb#L128 )

Thank you for any help provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant