Utility.CommandLine.Arguments 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Utility.CommandLine.Arguments --version 1.2.1
NuGet\Install-Package Utility.CommandLine.Arguments -Version 1.2.1
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.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Utility.CommandLine.Arguments --version 1.2.1
#r "nuget: Utility.CommandLine.Arguments, 1.2.1"
#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.2.1

// Install Utility.CommandLine.Arguments as a Cake Tool
#tool nuget:?package=Utility.CommandLine.Arguments&version=1.2.1

A C# .NET Class Library containing tools for parsing the command line arguments of console applications.

Product 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 52,505 7/26/2021
5.0.0 16,241 8/18/2020
4.0.0 41,153 11/23/2019
3.0.1 8,279 4/7/2019
3.0.0 1,388 3/27/2019
2.0.1 2,681 12/8/2018
2.0.0 992 12/2/2018
1.3.4 943 11/24/2018
1.3.3 1,280 7/5/2018
1.3.0 7,278 4/24/2017
1.2.2 1,062 4/18/2017
1.2.1 1,059 4/16/2017
1.2.0 1,086 4/15/2017
1.1.2 1,064 4/14/2017
1.1.1 1,086 4/8/2017
1.1.0 1,082 4/6/2017
1.0.1 1,131 3/28/2017
1.0.0 1,100 3/26/2017

Corrected an issue passing a null or empty value to Parse(), enabled Public properties to be used as the target of Populate().