mirror of
https://github.com/nushell/nushell.git
synced 2025-06-05 01:26:42 +02:00
# Description Following up for issue comment: https://github.com/nushell/nushell/pull/14407#issuecomment-2532343036 > it looks like it just hangs when it's actually counting things I noticed that `du` command collects output internally, so it doesn't streaming. This pr is trying to make it streaming # User-Facing Changes NaN # Tests + Formatting NaN