UnionArgParser 0.8.7

dotnet add package UnionArgParser --version 0.8.7
NuGet\Install-Package UnionArgParser -Version 0.8.7
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="UnionArgParser" Version="0.8.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnionArgParser --version 0.8.7
#r "nuget: UnionArgParser, 0.8.7"
#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 UnionArgParser as a Cake Addin
#addin nuget:?package=UnionArgParser&version=0.8.7

// Install UnionArgParser as a Cake Tool
#tool nuget:?package=UnionArgParser&version=0.8.7

A declarative argument parser for F# console 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.7 4,969 4/29/2015
0.8.6 3,818 2/23/2015
0.8.5 517 2/9/2015
0.8.4 501 2/5/2015
0.8.3 419 1/16/2015
0.8.2 3,101 10/21/2014
0.8.1 71 10/21/2014
0.8.0 4,663 9/1/2014
0.7.2 82 8/29/2014
0.7.1 282 8/18/2014
0.7.0 488 6/20/2014
0.6.6 68 6/17/2014
0.6.5 66 6/11/2014
0.6.4 378 6/2/2014
0.6.3 172 5/14/2014
0.6.2 75 5/9/2014
0.6.1 60 5/6/2014
0.6.0 61 4/29/2014
0.5.9 103 12/23/2013
0.5.8 83 12/20/2013
0.5.7 101 10/22/2013
0.5.6 86 10/22/2013
0.5.5 84 10/21/2013
0.5.4 83 10/19/2013
0.5.3 105 8/16/2013
0.5.2 65 3/27/2013
0.5.1 59 3/27/2013
0.5.0 62 3/27/2013

Fix CLI parser bug.