clipr 2.0.0-beta
dotnet add package clipr --version 2.0.0-beta
NuGet\Install-Package clipr -Version 2.0.0-beta
<PackageReference Include="clipr" Version="2.0.0-beta" />
paket add clipr --version 2.0.0-beta
#r "nuget: clipr, 2.0.0-beta"
// Install clipr as a Cake Addin
#addin nuget:?package=clipr&version=2.0.0-beta&prerelease
// Install clipr as a Cake Tool
#tool nuget:?package=clipr&version=2.0.0-beta&prerelease
Command line argument parser inspired by Python's argparse.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.6
- No dependencies.
-
net5.0
- 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 (5)
Showing the top 5 popular GitHub repositories that depend on clipr:
Repository | Stars |
---|---|
hirschmann/nbfc
NoteBook FanControl
|
|
mayuki/Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
|
|
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
|
|
adambajguz/Typin
Declarative framework for interactive CLI applications
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta | 192 | 8/11/2021 |
2.0.0-alpha2 | 2,770 | 6/7/2018 |
2.0.0-alpha1 | 2,959 | 1/30/2017 |
1.6.1 | 37,440 | 3/26/2018 |
1.6.0.1 | 38,156 | 7/14/2017 |
1.6.0 | 5,315 | 1/3/2017 |
1.5.1 | 3,996 | 8/28/2016 |
1.4.7 | 81,629 | 5/19/2015 |
1.4.6 | 3,406 | 3/28/2015 |
1.4.5 | 2,576 | 8/21/2014 |
1.4.4 | 1,340 | 8/16/2014 |
1.4.3 | 1,358 | 8/1/2014 |
1.4.1 | 1,296 | 9/5/2013 |
1.4.0 | 1,317 | 9/5/2013 |
1.3.1 | 1,824 | 9/1/2013 |
1.2.0 | 1,277 | 6/7/2013 |
1.1.0 | 1,200 | 1/16/2013 |
1.0.0.1 | 1,159 | 1/14/2013 |
2021-08-11 2.0.0 Release 2.0
2017-07-13 1.6.0.1 Fix a bug in parsing consecutive Optional values.
2016-01-02 1.6.0 Add optional constraints on NamedArguments where the value can be left off.
2016-07-31 1.5.1 Support .Net Core, localization, and other fixes.