Info
Version: | 3.0.329 |
Author(s): | Davyd McColl |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fluffynuts/PeanutButter |
NuGet Url: | https://www.nuget.org/packages/PeanutButter.EasyArgs |
Install
Install-Package PeanutButter.EasyArgs
dotnet add package PeanutButter.EasyArgs
paket add PeanutButter.EasyArgs
PeanutButter.EasyArgs Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- PeanutButter.Utils(>= 2.0.5)
- PeanutButter.DuckTyping(>= 2.0.5)
- PeanutButter.Utils(>= 2.0.5)
- PeanutButter.DuckTyping(>= 2.0.5)
- PeanutButter.Utils(>= 2.0.5)
- PeanutButter.DuckTyping(>= 2.0.5)
Tags
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.