Metadata >> NuGet >> MGR.CommandLineParser

MGR.CommandLineParser

Metadata

Authors Matthias GROSPERRIN
Copyrights Copyright © Matthias GROSPERRIN 2012
Description MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.
Owners Matthias GROSPERRIN
RequireLicenseAcceptance False
Title MGR.CommandLineParser
LicenseUrl http://mgrcommandlineparser.codeplex.com/license
ProjectUrl http://mgrcommandlineparser.codeplex.com/
ReleaseNotes 0.0.1.1 : Add project URL and framework dependencies 0.1.0 : Add converter for URI and Enum. Add a ICommandProvider.GetHelpCommand and HelpCommand.Current 0.2.0 : The ICommand.Execute returns an int (for exit code) and the parser returns a CommandResult 0.3.0 : The CommandResult contains the list of validation errors 0.4.0 : Rename IUsageCommand to ISampleCommand, change the ReturnCode of the CommandResult to the enum CommandResultCode, add support of System.ComponentModel.DefaultValueAttribute for non-collection options. 0.4.1 : Fix a bug if an multi-valued option is null and have no setter. Improve performance for the default value by not call ToString then convert the default value if its time is the type than the option.
Tags command parser command-line
PackageSize 103416
PackageHashAlgorithm SHA512
PackageHash FXoMuxrGc6alFgsmO/g9q3FmfkD7JOjVy9ms6Bn15OuTxpyJed7Vir9g0y4OJ2/bamXq9XNnijX9mpBaoWAW/A==
DownloadCount 000000
CreatedDate 2014-12-29T08:44:06

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 MGR.CommandLineParser -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MGR.CommandLineParser -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 MGR.CommandLineParser
Installing the package (HTTP Basic authentication):
Install-Package MGR.CommandLineParser -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MGR.CommandLineParser -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MGR.CommandLineParser

OpenWrap

Installing the package:
o add-wrap MGR.CommandLineParser
Uninstalling the package:
o remove-wrap MGR.CommandLineParser

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
0.5.0
0.4.2.0
0.4.1.0
0.4.0.0
0.3.1.0
0.3.0.0
0.2.0.0
0.1.0.0
0.0.1.1
0.0.1