Metadata >> NuGet >> clipr

clipr

Metadata

Authors Dan Nemec
Copyrights Copyright 2015
Description Simple command line argument parser inspired by Python's argparse.
LicenseUrl https://github.com/nemec/clipr/blob/master/LICENSE.txt
Owners Dan Nemec
ProjectUrl https://github.com/nemec/clipr
ReleaseNotes 2015-03-28 1.4.6 Relax restrictions on a NumArgs value of 0. 2013-09-04 1.4.0 Added Dictionary backend. 2013-09-01 1.3.1 Reorganized imports and added support for Verbs (sub-commands, e.g. "svn checkout"). 2013-06-07 1.2.0 Added alternative Fluent interface for defining commands and fixed bug where varargs parameters would consume arguments that start with -. 2013-01-16 1.1.0 Added TryParse method, renamed ParseStrict to StrictParse (for consistency's sake), reordered any public parse methods where T object came first (also to retain consistency across the public API). 2013-01-13 1.0.0 Initial release with automated help generation.
RequireLicenseAcceptance False
Tags .net35 .net40 .net45 command line parse arguments help usage argparse
Title clipr Command Line Interface ParseR
PackageSize 135266
PackageHashAlgorithm SHA512
PackageHash Gt6+5cnrPESgktiWIrofcXQ94DkgTnLVsF516D9c70SCbS/SayUQAQMG07+MvzTgWTXTk1iKsvVtwPNuRxyM0w==
DownloadCount 000000
CreatedDate 2015-03-28T23:58: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 clipr -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install clipr -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 clipr
Installing the package (HTTP Basic authentication):
Install-Package clipr -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package clipr -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package clipr

OpenWrap

Installing the package:
o add-wrap clipr
Uninstalling the package:
o remove-wrap clipr

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
1.4.6.0
1.4.5.0
1.4.4.0
1.4.3.0
1.4.2.0
1.4.1.0
1.4.0.0
1.3.1.0