PeanutButter.EasyArgs 3.0.428

Prefix Reserved
dotnet add package PeanutButter.EasyArgs --version 3.0.428
 
NuGet\Install-Package PeanutButter.EasyArgs -Version 3.0.428
 
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="PeanutButter.EasyArgs" Version="3.0.428" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeanutButter.EasyArgs" Version="3.0.428" />
 
Directory.Packages.props
<PackageReference Include="PeanutButter.EasyArgs" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeanutButter.EasyArgs --version 3.0.428
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PeanutButter.EasyArgs, 3.0.428"
 
#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.
#:package PeanutButter.EasyArgs@3.0.428
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeanutButter.EasyArgs&version=3.0.428
 
Install as a Cake Addin
#tool nuget:?package=PeanutButter.EasyArgs&version=3.0.428
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Provides dead-easy commandline argument parsing. Can be as simple as:
1. define an interface of options you'd like to parse
2. var opts = args.ParseTo<IArgs>()

See the readme for more info

Product 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. 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 Core netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed.
.NET Standard netstandard2.0 is compatible. netstandard2.1 was computed.
.NET Framework net461 was computed. net462 is compatible. 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 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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PeanutButter.EasyArgs:

Package Downloads
PeanutButter.ServiceShell

The Service Shell slice of the PeanutButter mini-suite 1. Inherit from `Shell` 2. Set Desdcription, ServiceName, and, optionally, Version 3. override `RunOnce` 4. remember to call Shell.RunMain<MyService>(args) from your Program/Main method Service Shell provides an easy way to run polling services - simply implement the RunOnce method and set your interval. Shell ensures that the RunOnce is not re-entered: if your poll time exceeds the interval, you'll simply run polls back-to-back Including (4) means you can, from the cli, perform the following with the service: - install - uninstall - start - stop - restart - run-once (for testing or for running from another scheduler)

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PeanutButter.EasyArgs:

Repository Stars
apache/logging-log4net
Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET
Version Downloads Last Updated
3.0.428 224 6/12/2026
3.0.427 158 6/8/2026
3.0.426 144 6/4/2026
3.0.424 157 6/4/2026
3.0.423 147 6/4/2026
3.0.422 147 6/3/2026
3.0.421 155 5/29/2026
3.0.420 161 5/29/2026
3.0.419 152 5/29/2026
3.0.418 1,881 2/6/2026
3.0.417 441 1/30/2026
3.0.416 206 1/26/2026
3.0.415 225 1/21/2026
3.0.414 238 1/20/2026
3.0.413 261 1/12/2026
3.0.412 239 1/9/2026
3.0.411 224 1/9/2026
3.0.410 626 12/10/2025
3.0.409 751 12/4/2025
3.0.408 728 12/1/2025
Loading failed