Metadata >> NuGet >> Ookii.CommandLine >> 2.2

2.2

Metadata

Authors Sven Groot (Ookii.org)
Copyrights Copyright © Sven Groot (Ookii.org) 2013
Description Ookii.CommandLine is a powerful command line parsing library for .Net applications. It allows you to easily define a set of accepted arguments, and then parse the command line supplied to your application for those arguments. In addition, it allows you to generate usage help from the arguments that you defined which you can display to the user. You simply create a custom class whose properties and constructor parameters define the arguments, and Ookii.CommandLine will parse the application's arguments and create an instance of that class with all the values. Arguments can be optional or required, positional or named, and accept single or multiple values, and much more. Argument parsing is done using parsing rules that are very similar to how Microsoft Windows PowerShell parses command line arguments.
LicenseUrl http://ookiicommandline.codeplex.com/license
Owners Sven Groot (Ookii.org)
ProjectUrl http://ookiicommandline.codeplex.com/
RequireLicenseAcceptance False
Summary Ookii.CommandLine is a powerful command line parsing library for .Net applications. It allows you to easily define required, optional, positional and named arguments, parse the command line, and generate usage information.
Tags command line arguments parsing parser parse argument args console
PackageSize 132948
PackageHashAlgorithm SHA512
PackageHash mJCDSruSKD3Tqzcl4uH+guWruN5NKWTYzXDsMdAqrUY2+q/JY0t0/M0wT8shxiAh1lWJRg30I5ze04Xa0p2jlA==
DownloadCount 000000
CreatedDate 2013-02-06T11:28:07

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Ookii.CommandLine -Version 2.2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Ookii.CommandLine -Version 2.2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Ookii.CommandLine 2.2 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Ookii.CommandLine -Version 2.2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Ookii.CommandLine -Version 2.2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Ookii.CommandLine -Version 2.2
Uninstalling the package:
o remove-wrap Ookii.CommandLine

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release Default Binaries