clipr 1.4.6
See the version list below for details.
dotnet add package clipr --version 1.4.6
NuGet\Install-Package clipr -Version 1.4.6
<PackageReference Include="clipr" Version="1.4.6" />
paket add clipr --version 1.4.6
#r "nuget: clipr, 1.4.6"
// Install clipr as a Cake Addin #addin nuget:?package=clipr&version=1.4.6 // Install clipr as a Cake Tool #tool nuget:?package=clipr&version=1.4.6
Simple command line argument parser inspired by Python's argparse.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. 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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on clipr:
Package | Downloads |
---|---|
smartconf.sources.clipr
clipr Command Line ParseR source for smartconf. Visit https://github.com/nemec/smartconf.sources for more information. |
|
dotnet-coveralls
Package Description |
|
CSharpToTypeScript
CSharpToTypeScript |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on clipr:
Repository | Stars |
---|---|
mayuki/Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
|
|
hirschmann/nbfc
NoteBook FanControl
|
|
Cysharp/ConsoleAppFramework
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
|
|
Tyrrrz/CliFx
Class-first framework for building command-line interfaces
|
|
Raikia/CredNinja
A multithreaded tool designed to identify if credentials are valid, invalid, or local admin valid credentials within a network at-scale via SMB, plus now with a user hunter
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta | 347 | 8/11/2021 |
2.0.0-alpha2 | 3,800 | 6/7/2018 |
2.0.0-alpha1 | 3,128 | 1/30/2017 |
1.6.1 | 75,479 | 3/26/2018 |
1.6.0.1 | 49,211 | 7/14/2017 |
1.6.0 | 5,716 | 1/3/2017 |
1.5.1 | 4,236 | 8/28/2016 |
1.4.7 | 128,391 | 5/19/2015 |
1.4.6 | 3,745 | 3/28/2015 |
1.4.5 | 2,817 | 8/21/2014 |
1.4.4 | 1,521 | 8/16/2014 |
1.4.3 | 1,541 | 8/1/2014 |
1.4.1 | 1,505 | 9/5/2013 |
1.4.0 | 1,539 | 9/5/2013 |
1.3.1 | 2,109 | 9/1/2013 |
1.2.0 | 1,451 | 6/7/2013 |
1.1.0 | 1,361 | 1/16/2013 |
1.0.0.1 | 1,336 | 1/14/2013 |
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.