mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 14:50:02 +02:00
Currently, if you run `do -i { sudo apt upgrade }`, stdin gets swallowed and doesn't let you respond yes/no to the upgrade question. This PR fixes that, but runs into https://github.com/nushell/nushell/issues/7205 so the tests fail. Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>