Replies: 1 comment 2 replies
-
My guess is, it has something to do with that "wildbrand" tool. (apart from the My output:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Information
Describe the bug
While trying to run AnsiConsole.Status().StartAsync(), the spinner doesn't show up, and after a CliWrap function finishes executing, the program exits with no exceptions or prints, despite there being more prints inside the Status function, as well as outside of it.
To Reproduce
Add latest CliWrap and Spectre.Console packages to a .NET 8 project. In a separate function that is called from Main(), put
And then run the program, with
macaddr
,version
, andsd
variables being strings.Expected behavior
A spinner to appear as the external program is run, then the output of the program to be printed in the console, as well as the three prints that come after the CliWrap function.
Screenshots
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions