Argu 3.0.0-alpha003

This is a prerelease version of Argu.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Argu --version 3.0.0-alpha003
NuGet\Install-Package Argu -Version 3.0.0-alpha003
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="Argu" Version="3.0.0-alpha003" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Argu --version 3.0.0-alpha003
#r "nuget: Argu, 3.0.0-alpha003"
#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 Argu as a Cake Addin
#addin nuget:?package=Argu&version=3.0.0-alpha003&prerelease

// Install Argu as a Cake Tool
#tool nuget:?package=Argu&version=3.0.0-alpha003&prerelease

A declarative command line and XML configuration parser for F# applications.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 (1)

Showing the top 1 popular GitHub repositories that depend on Argu:

Repository Stars
SciSharp/SciSharp-Stack-Examples
Practical examples written in SciSharp's machine learning libraries
Version Downloads Last updated
6.2.3 0 3/28/2024
6.2.2 4,687 2/28/2024
6.2.1 1,149 2/19/2024
6.2.0 392 2/19/2024
6.1.5 7,847 1/22/2024
6.1.4 15,755 12/13/2023
6.1.2 493 12/13/2023
6.1.1 699,615 6/8/2020
6.1.0 1,602 6/2/2020
6.0.0 114,978 11/17/2019
5.5.0 181,282 6/22/2019
5.4.0 7,800 5/16/2019
5.3.0 9,163 5/3/2019
5.2.0 75,433 1/2/2019
5.1.0 315,040 3/6/2018
5.0.1 9,571 1/30/2018
5.0.0 2,483 1/27/2018
4.2.1 41,403 1/1/2018
4.2.0 1,710 12/31/2017
4.1.0 16,065 12/22/2017
4.0.0 4,109 12/7/2017
3.7.0 300,316 12/28/2016
3.6.1 11,517 12/20/2016
3.6.0 1,740 12/19/2016
3.5.0 1,834 12/16/2016
3.4.0 3,294 12/9/2016
3.3.0 15,706 9/6/2016
3.2.0 89,352 7/15/2016
3.1.0 2,180 7/8/2016
3.0.1 2,430 7/6/2016
3.0.0 5,729 7/5/2016
3.0.0-beta03 1,512 7/5/2016
3.0.0-beta02 1,466 7/5/2016
3.0.0-beta01 1,519 7/1/2016
3.0.0-alpha011 1,449 6/30/2016
3.0.0-alpha010 1,466 6/30/2016
3.0.0-alpha009 1,467 6/30/2016
3.0.0-alpha008 1,461 6/29/2016
3.0.0-alpha007 1,430 6/29/2016
3.0.0-alpha006 1,439 6/29/2016
3.0.0-alpha005 1,477 6/29/2016
3.0.0-alpha004 1,461 6/28/2016
3.0.0-alpha003 1,446 6/28/2016
3.0.0-alpha002 1,482 6/28/2016
3.0.0-alpha001 1,424 6/27/2016
2.1.0 22,678 1/22/2016
2.0.0 8,509 1/8/2016
1.1.3 23,027 12/7/2015
1.1.2 5,372 10/21/2015
1.1.1 2,111 10/19/2015
1.1.0 4,276 9/28/2015
1.0.0 40,606 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.