-
I trying to use "gum spin" in a powershell Script. e.g. "gum spin --spinner dot --title "test" -- Start-Sleep -Seconds 5" The spinner is displayed, but the command is not executed. gum spin --spinner dot --title "test" --show-output -- Start-Sleep -Seconds 5 What am I missing ? thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In fact, the problem is NOT, "gum spin". When I try So the real question is : How to run powershell script / command with gum spin ? |
Beta Was this translation helpful? Give feedback.
-
Found it .... Just to be useful to others : Works like charm 👍🏻 |
Beta Was this translation helpful? Give feedback.
Found it ....
Just to be useful to others :
gum spin --spinner dot -- powershell.exe -noprofile start-sleep -seconds 5
Works like charm 👍🏻