clipr 1.6.0.1
.NET Standard 1.6
.NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package clipr --version 1.6.0.1
NuGet\Install-Package clipr -Version 1.6.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="clipr" Version="1.6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add clipr --version 1.6.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: clipr, 1.6.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install clipr as a Cake Addin
#addin nuget:?package=clipr&version=1.6.0.1
// Install clipr as a Cake Tool
#tool nuget:?package=clipr&version=1.6.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple command line argument parser inspired by Python's argparse.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- No dependencies.
-
.NETStandard 1.6
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Reflection (>= 4.1.0)
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 (4)
Showing the top 4 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.
|
|
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 | 258 | 8/11/2021 |
2.0.0-alpha2 | 3,173 | 6/7/2018 |
2.0.0-alpha1 | 3,021 | 1/30/2017 |
1.6.1 | 49,951 | 3/26/2018 |
1.6.0.1 | 42,223 | 7/14/2017 |
1.6.0 | 5,550 | 1/3/2017 |
1.5.1 | 4,127 | 8/28/2016 |
1.4.7 | 98,961 | 5/19/2015 |
1.4.6 | 3,498 | 3/28/2015 |
1.4.5 | 2,676 | 8/21/2014 |
1.4.4 | 1,434 | 8/16/2014 |
1.4.3 | 1,458 | 8/1/2014 |
1.4.1 | 1,413 | 9/5/2013 |
1.4.0 | 1,429 | 9/5/2013 |
1.3.1 | 1,983 | 9/1/2013 |
1.2.0 | 1,374 | 6/7/2013 |
1.1.0 | 1,289 | 1/16/2013 |
1.0.0.1 | 1,250 | 1/14/2013 |
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.