Info
| Version: | 10.0.15-u20251005-150408-ci+ad8b7405ad |
| Author(s): | Kim Hugener-Ohlsen |
| Last Update: | Sunday, October 5, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sundews/Sundew.CommandLine |
| 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.