FluentCommandLineParser 1.5.0.7-commands
Prefix ReservedSee the version list below for details.
dotnet add package FluentCommandLineParser --version 1.5.0.7-commands
NuGet\Install-Package FluentCommandLineParser -Version 1.5.0.7-commands
<PackageReference Include="FluentCommandLineParser" Version="1.5.0.7-commands" />
paket add FluentCommandLineParser --version 1.5.0.7-commands
#r "nuget: FluentCommandLineParser, 1.5.0.7-commands"
// Install FluentCommandLineParser as a Cake Addin #addin nuget:?package=FluentCommandLineParser&version=1.5.0.7-commands&prerelease // Install FluentCommandLineParser as a Cake Tool #tool nuget:?package=FluentCommandLineParser&version=1.5.0.7-commands&prerelease
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net35-client is compatible. net40 was computed. 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. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FluentCommandLineParser:
Package | Downloads |
---|---|
SSW.DataOnion.Core
Main DataOnion implementation, including AmbientDbContext, UnitOfWork, Repositories, DataInitialisers etc. |
|
Spider-cli
Webtest runner |
|
SSW.DataOnion.CodeGenerator
DataOnion code generator for DbContext which helps to set it up for Migrations |
|
dotnet-spider
Webtest runner |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on FluentCommandLineParser:
Repository | Stars |
---|---|
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
|
|
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
|
|
qwqcode/Nacollector
Nacollector WEB data collection platform.
|
|
tushev/aojdk-updatewatcher
Automatic update tool for AdoptOpenJDK, Eclipse Temurin™ and/or IBM® Semeru® Open Edition releases
|
|
dtylman/AWSRetriever
Lists all resources in a AWS account
|
Version | Downloads | Last updated |
---|---|---|
1.5.0.20-commands | 186,664 | 12/3/2017 |
1.5.0.19-commands | 2,930 | 11/27/2017 |
1.5.0.18-commands | 2,854 | 11/26/2017 |
1.5.0.17-commands | 3,142 | 11/26/2017 |
1.5.0.7-commands | 6,220 | 11/25/2017 |
1.4.3 | 2,248,346 | 7/21/2015 |
1.4.2 | 25,982 | 6/10/2015 |
1.4.1 | 27,122 | 2/9/2015 |
1.4.0 | 10,930 | 1/5/2015 |
1.3.0 | 29,415 | 11/11/2014 |
1.2.2 | 14,989 | 6/28/2013 |
1.2.1 | 3,621 | 4/25/2013 |
1.2.0 | 3,309 | 4/23/2013 |
1.1.0 | 3,287 | 3/22/2013 |
1.0.3 | 3,397 | 3/13/2013 |
1.0.2 | 3,208 | 3/4/2013 |
1.0.1 | 3,347 | 2/28/2013 |
1.0.0 | 3,491 | 2/23/2013 |
Support git style commands, see https://stackoverflow.com/questions/45289653/fluent-command-line-parser-call-function/47486943