This commit is contained in:
2026-01-01 20:37:27 -08:00
parent f3c79609d8
commit deb05c0d44
35 changed files with 5030 additions and 4879 deletions

View File

@@ -103,7 +103,7 @@ class PipeObject:
return
# Prefer a stable, human-friendly title:
# "1 - download-media", "2 - download-media", ...
# "1 - download-file", "2 - download-file", ...
# The index is preserved when possible via `pipe_index` in the PipeObject's extra.
idx = None
try:
@@ -875,7 +875,7 @@ class PipelineLiveProgress:
# IMPORTANT: use the shared stderr Console instance so that any
# `stderr_console().print(...)` calls from inside cmdlets (e.g. preflight
# tables/prompts in download-media) cooperate with Rich Live rendering.
# tables/prompts in download-file) cooperate with Rich Live rendering.
# If we create a separate Console(file=sys.stderr), output will fight for
# terminal cursor control and appear "blocked"/truncated.
from SYS.rich_display import stderr_console