Skip to content

Commit 1571602

Browse files
authored
remove outdated docs (#1766)
* remove outdated docs * update readme
1 parent 3021ce9 commit 1571602

13 files changed

+1
-1028
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,14 @@ Package | Version
1010
---------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------- | -----------------------------
1111
`System.CommandLine` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.svg)](https://nuget.org/packages/System.CommandLine) | Command line parser, model binding, invocation, shell completions
1212
`System.CommandLine.DragonFruit` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.DragonFruit.svg)](https://nuget.org/packages/System.CommandLine.DragonFruit) | Build command-line apps by convention with a strongly-typed `Main` method
13-
`System.CommandLine.Rendering` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.Rendering.svg)](https://nuget.org/packages/System.CommandLine.Rendering) | Structured terminal output rendering and ANSI support
1413
`System.CommandLine.Hosting` | [![Nuget](https://img.shields.io/nuget/v/System.CommandLine.Hosting.svg)](https://nuget.org/packages/System.CommandLine.Hosting) | support for using System.CommandLine with [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/)
1514
`dotnet-suggest` | [![Nuget](https://img.shields.io/nuget/v/dotnet-suggest.svg)](https://nuget.org/packages/dotnet-suggest) | A command-line tool to provide shell completions for apps built using `System.CommandLine`.
1615

1716
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.
1817

1918
## Documentation
2019

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)
30-
31-
#### Features
32-
* [Suggestions (tab completion)](docs/Features-overview.md#Suggestions)
33-
* [Help](docs/Features-overview.md#Help)
34-
* [Version option](docs/Features-overview.md#version-option)
35-
* [Parse preview](docs/Features-overview.md#parse-preview)
36-
* [Debugging](docs/Features-overview.md#debugging)
37-
* [Response files](docs/Features-overview.md#Response-files)
38-
* [Termination handling](docs/Process-termination-handling.md)
39-
40-
#### Your first app
41-
* [System.CommandLine](docs/Your-first-app-with-System-CommandLine.md)
42-
* [System.CommandLine.DragonFruit](docs/Your-first-app-with-System-CommandLine-DragonFruit.md)
43-
44-
#### How to...
45-
46-
* [Add a subcommand (or verb)](docs/How-To.md#Add-a-subcommand)
47-
* [Add an alias to an option or command](docs/How-To.md#Add-an-alias-to-an-option-or-command)
48-
* [Call a method](docs/How-To.md#Call-a-method)
49-
* [Pass parameters to a method](docs/How-To.md#Pass-parameters-to-a-method)
50-
* [Argument validation and binding](docs/How-To.md#Argument-validation-and-binding)
51-
* [Middleware Pipeline](docs/How-To.md#Middleware-Pipeline)
20+
The System.CommandLine documentation can now be found at [Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/standard/commandline/).
5221

5322
## Code of Conduct
5423

docs/Features-overview.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

docs/How-To.md

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)