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" />
<PackageVersion Include="clipr" Version="2.0.0-beta" />
<PackageReference Include="clipr" />
paket add clipr --version 2.0.0-beta
#r "nuget: clipr, 2.0.0-beta"
#:package clipr@2.0.0-beta
#addin nuget:?package=clipr&version=2.0.0-beta&prerelease
#tool nuget:?package=clipr&version=2.0.0-beta&prerelease
Command line argument parser inspired by Python's argparse.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.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 (6)
Showing the top 6 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
|
|
|
adambajguz/Typin
Declarative framework for interactive CLI applications
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-beta | 618 | 8/11/2021 |
| 2.0.0-alpha2 | 4,371 | 6/7/2018 |
| 2.0.0-alpha1 | 3,606 | 1/30/2017 |
| 1.6.1 | 148,601 | 3/26/2018 |
| 1.6.0.1 | 59,289 | 7/14/2017 |
| 1.6.0 | 6,240 | 1/3/2017 |
| 1.5.1 | 4,716 | 8/28/2016 |
| 1.4.7 | 141,228 | 5/19/2015 |
| 1.4.6 | 4,428 | 3/28/2015 |
| 1.4.5 | 3,313 | 8/21/2014 |
| 1.4.4 | 1,994 | 8/16/2014 |
| 1.4.3 | 2,017 | 8/1/2014 |
| 1.4.1 | 1,995 | 9/5/2013 |
| 1.4.0 | 2,036 | 9/5/2013 |
| 1.3.1 | 2,621 | 9/1/2013 |
| 1.2.0 | 1,954 | 6/7/2013 |
| 1.1.0 | 1,835 | 1/16/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.