You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`System.CommandLine` | [](https://nuget.org/packages/System.CommandLine) | Command line parser, model binding, invocation, shell completions
12
12
`System.CommandLine.DragonFruit` | [](https://nuget.org/packages/System.CommandLine.DragonFruit) | Build command-line apps by convention with a strongly-typed `Main` method
13
-
`System.CommandLine.Rendering` | [](https://nuget.org/packages/System.CommandLine.Rendering) | Structured terminal output rendering and ANSI support
14
13
`System.CommandLine.Hosting` | [](https://nuget.org/packages/System.CommandLine.Hosting) | support for using System.CommandLine with [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
15
14
`dotnet-suggest` | [](https://nuget.org/packages/dotnet-suggest) | A command-line tool to provide shell completions for apps built using `System.CommandLine`.
16
15
17
16
Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json.
18
17
19
18
## Documentation
20
19
21
-
### Breaking changes to the documentation in Beta 2
22
-
23
-
With the release of Beta 2, many of the examples in the documentation no longer work without changes.
24
-
25
-
Please see the [Beta 2 announcement](https://github.com/dotnet/command-line-api/issues/1537) for more details.
26
-
27
-
### Getting started
28
-
29
-
[Syntax Concepts and Parser](docs/Syntax-Concepts-and-Parser.md)
0 commit comments