C# port of the golang flag package that facilitates command-line parsing.
Info
Version: | 1.0.0 |
Author(s): | Mike Ruhl |
Last Update: | Monday, July 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mikeruhl/Goflag |
NuGet Url: | https://www.nuget.org/packages/GoFlag |
Install
Install-Package GoFlag
dotnet add package GoFlag
paket add GoFlag
GoFlag Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
- System.ValueTuple(>= 4.5.0)
Tags