Utility.CommandLine.Arguments
1.3.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Utility.CommandLine.Arguments --version 1.3.4
NuGet\Install-Package Utility.CommandLine.Arguments -Version 1.3.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Utility.CommandLine.Arguments" Version="1.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Utility.CommandLine.Arguments --version 1.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Utility.CommandLine.Arguments, 1.3.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Utility.CommandLine.Arguments as a Cake Addin #addin nuget:?package=Utility.CommandLine.Arguments&version=1.3.4 // Install Utility.CommandLine.Arguments as a Cake Tool #tool nuget:?package=Utility.CommandLine.Arguments&version=1.3.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A C# .NET Class Library containing tools for parsing the command line arguments of console applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Utility.CommandLine.Arguments:
Repository | Stars |
---|---|
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
|
|
jackBonadies/SeekerAndroid
Android client for the Soulseek peer-to-peer network
|
|
jpdillingham/Soulseek.NET
A .NET Standard client library for the Soulseek network.
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 78,677 | 7/26/2021 |
5.0.0 | 18,876 | 8/18/2020 |
4.0.0 | 42,059 | 11/23/2019 |
3.0.1 | 8,527 | 4/7/2019 |
3.0.0 | 1,426 | 3/27/2019 |
2.0.1 | 2,724 | 12/8/2018 |
2.0.0 | 1,043 | 12/2/2018 |
1.3.4 | 993 | 11/24/2018 |
1.3.3 | 1,316 | 7/5/2018 |
1.3.0 | 7,363 | 4/24/2017 |
1.2.2 | 1,096 | 4/18/2017 |
1.2.1 | 1,091 | 4/16/2017 |
1.2.0 | 1,116 | 4/15/2017 |
1.1.2 | 1,096 | 4/14/2017 |
1.1.1 | 1,118 | 4/8/2017 |
1.1.0 | 1,113 | 4/6/2017 |
1.0.1 | 1,165 | 3/28/2017 |
1.0.0 | 1,135 | 3/26/2017 |
Fix bug with values beginning with a slash.