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
We certainly could conditionally run the program on TTY when Stdout is a terminal. Since we only display the output/error after Gum exits, we can just output the recorded output/error from the TTY to os.Stdout/Stderr. In this case though, we probably will need two TTYs for Stdout and Stderr.
Is your feature request related to a problem? Please describe.
It looks like
gum spin --show-output
strips stdout of all escape codes.Describe the solution you'd like
It'd be great if output would be 1:1 as if run without
gum spin
; colors, newlines, the works.The text was updated successfully, but these errors were encountered: