Mohamad Dbouk e77818d685 Remove > 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.
2024-12-15 11:27:34 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-08-05 21:20:18 +02:00
2024-12-15 11:27:34 +02:00

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
Contains examples for the Spectre.Console library.
Readme 138 KiB
Languages
C# 100%