Redirection and spinner #527
Unanswered
EmilyGraceSeville7cf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run command with redirection with
gum spin
? I have these functions:I wanna call
spin
like this:spin "Generating documentation for $file..." to_file $file $output
, but when I do I get all my Markdown documentation discarded. How do I fix this issue?Full code:
Beta Was this translation helpful? Give feedback.
All reactions