Info
Version: | 10.0.13+6092fe0b9f |
Author(s): | Kim Hugener-Ohlsen |
Last Update: | Monday, April 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Sundew.CommandLine |
Install
Install-Package Sundew.CommandLine
dotnet add package Sundew.CommandLine
paket add Sundew.CommandLine
Sundew.CommandLine Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Sundew.Base(>= 6.0.0)
- System.ValueTuple(>= 4.5.0)
Features:
- *nix style command line.
-x, --xx
- Includes command line parser, generator and help generator
- Object oriented
- Verbs and non-verbs (Implement IVerb or IArguments)
- Parses/Generates: simple types, lists, nested types.
- Supports optional/required arguments
- Nested arguments for argument grouping and reuse.