ShaunLawrie / PwshSpectreConsole

👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
https://pwshspectreconsole.com/
MIT License
114 stars 7 forks source link

Use renderables instead of console writers #42

Closed ShaunLawrie closed 2 months ago

ShaunLawrie commented 2 months ago

This update treats the output of Spectre Console more like the C# version where objects can either be written to the terminal or saved to a variable. This allows us to do more complex layouts using Spectre Console from PowerShell.