PowerArgs 2.6.0.1

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

// Install PowerArgs as a Cake Tool
#tool nuget:?package=PowerArgs&version=2.6.0.1

The ultimate .NET command line parser - PowerArgs converts command line arguments into .NET objects that are easy to program against.  It also provides a ton of additional, optional capabilities that you can try such as argument validation, auto generated usage documentation, tab completion, Entity Framework querying, secure string arguments, and plenty of hooks for extensibility.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
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 (12)

Showing the top 5 popular GitHub repositories that depend on PowerArgs:

Repository Stars
mayuki/Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
Tyrrrz/CliFx
Class-first framework for building command-line interfaces
microsoft/sbom-tool
The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.
microsoft/artifacts-credprovider
The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
microsoft/Analysis-Services
Git repo for Analysis Services samples and community projects
Version Downloads Last updated
2.6.0.1 7,140 3/5/2015
2.6.0 42 3/5/2015
2.5.11 86 2/28/2015
2.5.10.1 237 2/13/2015
2.5.10 41 2/13/2015
2.5.9.2 116 2/7/2015
2.5.9.1 53 2/6/2015
2.5.9-preview 38 2/4/2015
2.5.8-preview 35 2/4/2015
2.5.7-preview 42 1/30/2015
2.5.6-preview 391 1/30/2015
2.5.5-preview 40 1/30/2015
2.5.4-preview 36 1/30/2015
2.5.3-preview 39 1/28/2015
2.5.2-preview 45 1/10/2015
2.5.1-preview 41 1/6/2015
2.5.0 658 12/12/2014
2.4.1 63 12/10/2014
2.4.0 51 12/10/2014
2.3.2 181 12/3/2014
2.3.1 604 10/7/2014
2.3.0 87 10/3/2014
2.2.0 75 10/2/2014
2.1.2-preview 140 7/2/2014
2.1.1-preview 51 7/1/2014
2.1.0-preview 76 6/11/2014
2.0.6.1 1,315 6/4/2014
2.0.6 54 5/30/2014
2.0.5.1 118 5/12/2014
2.0.5 2,636 3/30/2014
2.0.4-preview 161 11/16/2013
2.0.3 461 10/15/2013
2.0.2 104 10/2/2013
2.0.1 55 9/30/2013
2.0.0 52 9/30/2013
1.8.0 215 6/24/2013
1.7.0 61 6/8/2013
1.6.0 201 5/10/2013
1.5.1 83 4/19/2013
1.5.0 2,746 4/11/2013
1.4.1 48 4/9/2013
1.4.0 50 3/28/2013
1.3.1 89 3/19/2013
1.2.0.1 48 3/11/2013
1.2.0 50 3/4/2013
1.1.14 78 8/6/2012
1.1.13 51 8/5/2012
1.1.11 51 7/30/2012
1.1.10 53 7/14/2012
1.1.9 50 5/6/2012
1.1.8.1 49 5/5/2012
1.1.8 51 5/5/2012
1.1.7 50 4/29/2012
1.1.1 50 4/22/2012
1.1.0 50 4/15/2012
1.0.0.7 49 4/13/2012
1.0.0.4 49 4/12/2012
1.0.0.3 49 4/7/2012
1.0.0.2 48 4/7/2012
1.0.0.1 48 4/7/2012
1.0.0 50 4/7/2012

Added the progress bar cli component and updated context assist search to be more flexible