Cmd.Net
1.4.0
See the version list below for details.
dotnet add package Cmd.Net --version 1.4.0
NuGet\Install-Package Cmd.Net -Version 1.4.0
<PackageReference Include="Cmd.Net" Version="1.4.0" />
paket add Cmd.Net --version 1.4.0
#r "nuget: Cmd.Net, 1.4.0"
// Install Cmd.Net as a Cake Addin #addin nuget:?package=Cmd.Net&version=1.4.0 // Install Cmd.Net as a Cake Tool #tool nuget:?package=Cmd.Net&version=1.4.0
Cmd.Net is convenient and laconic API for creating command line applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 1.4.0 - Added bit field arguments support.
Added remarks support in help generation.
Added examples support in help generation.
Unified style for generated help.
* 1.3.1 - Fixed a bug with ArgumentEnumerator.GetEnumerator.
* 1.3.0 - Scope uses a name of an entry point assembly to create a new CommandContext.
If the error stream is unspecified then the output stream will be used for errors.
Properties of CommandContextScope were moved to CommandContext class.
ExecuteAll methods are moved to CommandExtensions.
ExecuteSingle methods are added to CommandExtensions.