PowerArgs.Dev
2.7.0.1
dotnet add package PowerArgs.Dev --version 2.7.0.1
NuGet\Install-Package PowerArgs.Dev -Version 2.7.0.1
<PackageReference Include="PowerArgs.Dev" Version="2.7.0.1" />
paket add PowerArgs.Dev --version 2.7.0.1
#r "nuget: PowerArgs.Dev, 2.7.0.1"
// Install PowerArgs.Dev as a Cake Addin
#addin nuget:?package=PowerArgs.Dev&version=2.7.0.1
// Install PowerArgs.Dev as a Cake Tool
#tool nuget:?package=PowerArgs.Dev&version=2.7.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 | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.
Version | Downloads | Last updated |
---|---|---|
2.7.0.1 | 1,329 | 8/29/2015 |
2.7.0 | 1,173 | 8/29/2015 |
2.6.0.27 | 1,162 | 8/29/2015 |
2.6.0.26 | 1,150 | 8/27/2015 |
2.6.0.25 | 1,168 | 8/26/2015 |
2.6.0.24 | 1,210 | 8/26/2015 |
2.6.0.23 | 1,020 | 3/30/2015 |
2.6.0.22 | 951 | 3/30/2015 |
2.6.0.21 | 988 | 3/26/2015 |
2.6.0.20 | 952 | 3/26/2015 |
2.6.0.19 | 966 | 3/25/2015 |
2.6.0.18 | 1,004 | 3/25/2015 |
2.6.0.17 | 993 | 3/20/2015 |
2.6.0.16 | 960 | 3/20/2015 |
2.6.0.15 | 962 | 3/20/2015 |
2.6.0.14 | 956 | 3/20/2015 |
2.6.0.8 | 963 | 3/20/2015 |
2.6.0.6 | 1,065 | 3/11/2015 |
2.6.0.4 | 943 | 3/11/2015 |
2.6.0.1 | 954 | 3/10/2015 |
Added the progress bar cli component and updated context assist search to be more flexible