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
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.
CLI::UI.ask
used to take multi line input: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.
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
The text was updated successfully, but these errors were encountered: