mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-19 10:12:50 +08:00
(#971) added spectre.console.cli to quick-start.
This commit is contained in:
parent
c62f79eded
commit
006da0f9ea
@ -8,9 +8,10 @@ to install the NuGet package.
|
||||
|
||||
```text
|
||||
> dotnet add package Spectre.Console
|
||||
> dotnet add package Spectre.Console.Cli
|
||||
```
|
||||
|
||||
After that you will need to reference the `Spectre.Console` namespace.
|
||||
After that you will need to reference the `Spectre.Console` and `Spectre.Console.Cli` namespaces.
|
||||
Once that is done, you can start using all the available features.
|
||||
|
||||
```csharp
|
||||
|
Loading…
x
Reference in New Issue
Block a user