Skip to main content
Sundew.CommandLine package icon

Sundew.CommandLine

Simple library for creating a command line. 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

Total Downloads
115.6K
115,556
Published
Apr 22, 2024
Latest stable version

Install

.NET CLI
dotnet add package Sundew.CommandLine --version 10.0.13+6092fe0b9f
Package Manager Console
Install-Package Sundew.CommandLine -Version 10.0.13+6092fe0b9f
PackageReference
<PackageReference Include="Sundew.CommandLine" Version="10.0.13+6092fe0b9f" />

Frameworks

.NETStandard1.3 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.3
[1.6.1, )
[13.0.1, )
Sundew.Base.Primitives
.NETStandard1.3
[13.0.1, )
Sundew.Base.Text
.NETStandard1.3
[13.0.1, )
System.ValueTuple
.NETStandard1.3
[4.5.0, )
[13.0.1, )
Sundew.Base.Primitives
.NETStandard2.0
[13.0.1, )
Sundew.Base.Text
.NETStandard2.0
[13.0.1, )
System.ValueTuple
.NETStandard2.0
[4.5.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.