Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This repository contains the code for the System.CommandLine libraries and the `
Package | Version | Description
---------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------- | -----------------------------
`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
`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
`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/)
`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`.

### Daily Builds
Expand Down
167 changes: 0 additions & 167 deletions System.CommandLine.sln

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions core.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"path": "System.CommandLine.sln",
"projects": [
"src\\System.CommandLine.ApiCompatibility.Tests\\System.CommandLine.ApiCompatibility.Tests.csproj",
"src\\System.CommandLine.DragonFruit\\System.CommandLine.DragonFruit.csproj",
"src\\System.CommandLine.NamingConventionBinder.Tests\\System.CommandLine.NamingConventionBinder.Tests.csproj",
"src\\System.CommandLine.NamingConventionBinder\\System.CommandLine.NamingConventionBinder.csproj",
"src\\System.CommandLine.Tests\\System.CommandLine.Tests.csproj",
"src\\System.CommandLine\\System.CommandLine.csproj"
]
Expand Down
109 changes: 0 additions & 109 deletions docs/DragonFruit-overview.md

This file was deleted.

65 changes: 0 additions & 65 deletions docs/Your-first-app-with-System-CommandLine-DragonFruit.md

This file was deleted.

Loading