Argu 3.0.0-alpha004
See the version list below for details.
dotnet add package Argu --version 3.0.0-alpha004
NuGet\Install-Package Argu -Version 3.0.0-alpha004
<PackageReference Include="Argu" Version="3.0.0-alpha004" />
paket add Argu --version 3.0.0-alpha004
#r "nuget: Argu, 3.0.0-alpha004"
// Install Argu as a Cake Addin #addin nuget:?package=Argu&version=3.0.0-alpha004&prerelease // Install Argu as a Cake Tool #tool nuget:?package=Argu&version=3.0.0-alpha004&prerelease
A declarative command line and XML configuration parser for F# applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. 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. |
This package has no dependencies.
NuGet packages (28)
Showing the top 5 NuGet packages that depend on Argu:
Package | Downloads |
---|---|
MBrace.Azure
MBrace on Windows Azure. |
|
MBrace.Thespian
Provides a simple MBrace cluster implementation over Nessos.Thespian. |
|
dotnet-mono
Allows running of full framework apps on mono through the dotnet core tooling |
|
Dap.Local
Local Libs |
|
rutta
Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Argu:
Repository | Stars |
---|---|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
SciSharp/SciSharp-Stack-Examples
Practical examples written in SciSharp's machine learning libraries
|
|
opensearch-project/opensearch-net
OpenSearch .NET Client
|
Version | Downloads | Last updated |
---|---|---|
6.2.4 | 76,222 | 5/24/2024 |
6.2.3 | 30,375 | 3/28/2024 |
6.2.2 | 11,150 | 2/28/2024 |
6.2.1 | 1,413 | 2/19/2024 |
6.2.0 | 1,475 | 2/19/2024 |
6.1.5 | 20,573 | 1/22/2024 |
6.1.4 | 23,494 | 12/13/2023 |
6.1.2 | 562 | 12/13/2023 |
6.1.1 | 787,158 | 6/8/2020 |
6.1.0 | 1,681 | 6/2/2020 |
6.0.0 | 117,079 | 11/17/2019 |
5.5.0 | 184,190 | 6/22/2019 |
5.4.0 | 7,920 | 5/16/2019 |
5.3.0 | 9,238 | 5/3/2019 |
5.2.0 | 77,683 | 1/2/2019 |
5.1.0 | 319,212 | 3/6/2018 |
5.0.1 | 9,642 | 1/30/2018 |
5.0.0 | 2,551 | 1/27/2018 |
4.2.1 | 41,735 | 1/1/2018 |
4.2.0 | 1,771 | 12/31/2017 |
4.1.0 | 16,125 | 12/22/2017 |
4.0.0 | 4,196 | 12/7/2017 |
3.7.0 | 307,897 | 12/28/2016 |
3.6.1 | 11,582 | 12/20/2016 |
3.6.0 | 1,810 | 12/19/2016 |
3.5.0 | 1,908 | 12/16/2016 |
3.4.0 | 3,360 | 12/9/2016 |
3.3.0 | 15,844 | 9/6/2016 |
3.2.0 | 92,044 | 7/15/2016 |
3.1.0 | 2,244 | 7/8/2016 |
3.0.1 | 2,498 | 7/6/2016 |
3.0.0 | 5,974 | 7/5/2016 |
3.0.0-beta03 | 1,566 | 7/5/2016 |
3.0.0-beta02 | 1,504 | 7/5/2016 |
3.0.0-beta01 | 1,584 | 7/1/2016 |
3.0.0-alpha011 | 1,502 | 6/30/2016 |
3.0.0-alpha010 | 1,519 | 6/30/2016 |
3.0.0-alpha009 | 1,540 | 6/30/2016 |
3.0.0-alpha008 | 1,525 | 6/29/2016 |
3.0.0-alpha007 | 1,504 | 6/29/2016 |
3.0.0-alpha006 | 1,502 | 6/29/2016 |
3.0.0-alpha005 | 1,542 | 6/29/2016 |
3.0.0-alpha004 | 1,510 | 6/28/2016 |
3.0.0-alpha003 | 1,504 | 6/28/2016 |
3.0.0-alpha002 | 1,536 | 6/28/2016 |
3.0.0-alpha001 | 1,482 | 6/27/2016 |
2.1.0 | 22,869 | 1/22/2016 |
2.0.0 | 8,859 | 1/8/2016 |
1.1.3 | 23,111 | 12/7/2015 |
1.1.2 | 5,436 | 10/21/2015 |
1.1.1 | 2,166 | 10/19/2015 |
1.1.0 | 4,373 | 9/28/2015 |
1.0.0 | 43,241 | 8/25/2015 |
Add subcommand support.
Add support for list and option parameters.
Add support for grouped switches.
Extend EqualsAssignment attribute for parameters of arity 2.
Implement UniqueAttribute.
Implement HelpFlagsAttribute, HelpDescriptionAttribute and DisableHelpAttribute.
Add ParseResult.UnrecognizedCliParams property.