Command line parsing, invocation, and rendering of terminal output.
Перейти к файлу
dotnet-maestro[bot] feb61c7f32
[main] Update dependencies from dotnet/arcade (#2492)
* Update dependencies from https://github.com/dotnet/arcade build 20240925.3

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24463.3 -> To Version 8.0.0-beta.24475.3

* Update dependencies from https://github.com/dotnet/arcade build 20241008.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24475.3 -> To Version 8.0.0-beta.24508.1

* Update dependencies from https://github.com/dotnet/arcade build 20241016.1

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1

* Update dependencies from https://github.com/dotnet/arcade build 20241025.2

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.24463.3 -> To Version 8.0.0-beta.24525.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-10-28 14:31:03 +01:00
docs
eng [main] Update dependencies from dotnet/arcade (#2492) 2024-10-28 14:31:03 +01:00
samples
src Add support for 9.0 VMR controls (#2488) 2024-09-17 09:55:02 -07:00
.editorconfig
.gitattributes
.gitignore
.vsts-ci-official.yml
.vsts-ci.yml
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.rsp
Directory.Build.targets
Directory.Packages.props
LICENSE.md
NuGet.config
README.md
SECURITY.md
System.CommandLine.sln
System.CommandLine.v3.ncrunchsolution
build.cmd
build.sh
global.json [main] Update dependencies from dotnet/arcade (#2492) 2024-10-28 14:31:03 +01:00
repack.ps1
sourcebuild.slnf

README.md

Build Status Join the chat at https://gitter.im/dotnet/command-line-api

This repository contains the code for the System.CommandLine libraries and the dotnet-suggest global tool.

Packages

Package Version Description
System.CommandLine Nuget Command line parser, model binding, invocation, shell completions
System.CommandLine.DragonFruit Nuget Build command-line apps by convention with a strongly-typed Main method
System.CommandLine.Hosting Nuget support for using System.CommandLine with Microsoft.Extensions.Hosting
dotnet-suggest Nuget A command-line tool to provide shell completions for apps built using System.CommandLine.

Daily Builds

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

Versions are listed at: https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-libraries/NuGet/System.CommandLine/versions

Documentation

The System.CommandLine documentation can now be found at Microsoft Learn.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct

Contributing

See the Contributing guide for developer documentation.

License

This project is licensed under the MIT license.

.NET Foundation

.NET is a .NET Foundation project.