BrightSword.CommandLineUtilities 1.0.0

dotnet add package BrightSword.CommandLineUtilities --version 1.0.0
NuGet\Install-Package BrightSword.CommandLineUtilities -Version 1.0.0
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="BrightSword.CommandLineUtilities" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BrightSword.CommandLineUtilities --version 1.0.0
#r "nuget: BrightSword.CommandLineUtilities, 1.0.0"
#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 BrightSword.CommandLineUtilities as a Cake Addin
#addin nuget:?package=BrightSword.CommandLineUtilities&version=1.0.0

// Install BrightSword.CommandLineUtilities as a Cake Tool
#tool nuget:?package=BrightSword.CommandLineUtilities&version=1.0.0

Writing command-line applications generally requires processing command-line arguments to control the behaviour of the program.

In the early days of .NET 1.1, and after seeing several implementations of command-line processors, and finding them either cumbersome to use or non-friendly in their approach, I decided to write one.

I've updated this over the years and decided to open-source it. It uses features of .NET 3.5 now, and makes use of attributes, reflection, generics and Func<>/Action<> to make it easy to integrate and use.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 139 10/14/2012