Skip to content

Draft: Allow user input when running `gdk` commands

What does this Merge Request do and why?

This MR fixes a bug where user input was not processed when the Shellout#stream method was used, resulting in the blocking of !2439 (closed) because when the user is prompted if they wish to restart the GDK, their input would have been ignored.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1440 (closed)

Edited by Ash McKenzie

Merge request reports