FluentCommandLineParser 1.5.0.7-commands
See 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 |
---|---|
.NET Framework | net35 net35-client net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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. |
|
SSW.DataOnion.CodeGenerator
DataOnion code generator for DbContext which helps to set it up for Migrations |
|
Spider-cli
Webtest runner |
|
dotnet-spider
Webtest runner |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on FluentCommandLineParser:
Repository | Stars |
---|---|
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
|
|
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.
|
|
void-stack/Orcus-1.9.1-src
Full Orcus 1.9.1 Source Code
|
|
qwqcode/Nacollector
Nacollector WEB data collection platform.
|
Version | Downloads | Last updated |
---|---|---|
1.5.0.20-commands | 114,820 | 12/3/2017 |
1.5.0.19-commands | 951 | 11/27/2017 |
1.5.0.18-commands | 919 | 11/26/2017 |
1.5.0.17-commands | 1,089 | 11/26/2017 |
1.5.0.7-commands | 2,187 | 11/25/2017 |
1.4.3 | 1,681,509 | 7/21/2015 |
1.4.2 | 23,826 | 6/10/2015 |
1.4.1 | 23,592 | 2/9/2015 |
1.4.0 | 8,020 | 1/5/2015 |
1.3.0 | 25,690 | 11/11/2014 |
1.2.2 | 12,774 | 6/28/2013 |
1.2.1 | 1,560 | 4/25/2013 |
1.2.0 | 1,294 | 4/23/2013 |
1.1.0 | 1,302 | 3/22/2013 |
1.0.3 | 1,330 | 3/13/2013 |
1.0.2 | 1,272 | 3/4/2013 |
1.0.1 | 1,295 | 2/28/2013 |
1.0.0 | 1,374 | 2/23/2013 |
Support git style commands, see https://stackoverflow.com/questions/45289653/fluent-command-line-parser-call-function/47486943