Skip to main content

UtilityCli is built for simple utility console application scenarios. As a wrapper around System.CommandLine, UtilityCli provides simple APIs for extracting strongly-typed options and arguments from the command line args. UtilityCli does not require the CLI to be defined/modeled up-front. Instead, the model is progressively defined while extracting the option and argument values.

Total Downloads
1.2K
1,178
Published
Jan 25, 2026
Latest stable version

Install

.NET CLI
dotnet add package UtilityCli --version 2.0.0-preview.1
Package Manager Console
Install-Package UtilityCli -Version 2.0.0-preview.1
PackageReference
<PackageReference Include="UtilityCli" Version="2.0.0-preview.1" />

Frameworks

net8.0

Dependencies

[2.0.0, )

Adoption guide

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

This version is marked prerelease. Validate its API and upgrade path before production use.

Compatibility metadata lists 1 target framework; 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.