shlonka
Explore posts from serversSpectre.Console Status not showing, app seems to stop
I don't have a lot of experience with async/await, and this is my first time using the Spectre.Console and CliWrap libraries, and while they're pretty nice to use, I'm not entirely sure what's going wrong here:
The status doesn't even show up, no spinner or anything, and the final print is "Hey, Wilbrand! Can you help me out real quick?" despite the Cli.Wrap working successfully, as the files are generating properly. Also, is there a more proper way of getting the path of the program other than
Environment.ProcessPath
? It feels like the ProcessPath has a chance to report a different path if the app is run a different way, like through a different CLI. I'm on Linux .NET 8 if that helps. Just getting back into C# after an extended break1 replies