mirror of
https://github.com/spectreconsole/examples.git
synced 2025-10-25 15:19:18 +00:00
e77818d685739cc5982378630a60e516c73dea63
> from the code block
When copying the code block, the `>` character is included in the copied text. This causes issues when pasting the code into the terminal, as it results in a failure. This change removes the `>` to ensure a seamless copy-and-paste experience in the terminal.
Spectre.Console examples
To see Spectre.Console in action, install the
dotnet-example
global tool.
dotnet tool restore
Now you can list available examples in this repository:
dotnet example
And to run an example:
dotnet example tables
Description
Languages
C#
100%