Metadata >> NuGet >> Ookii.CommandLine

Ookii.CommandLine

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 project using the tools and addresses described below.

NuGet (nuget.exe)

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

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Ookii.CommandLine
Installing the package (HTTP Basic authentication):
Install-Package Ookii.CommandLine -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Ookii.CommandLine -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Ookii.CommandLine

OpenWrap

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

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.2