natemcmaster/CommandLineUtils
Command line parsing and utilities for .NET observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 90
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 37.0
- age_days: 3305
- days_rel: 150
- days_push: 63
- n_releases_24m: 3
Adoption not part of the score
2274 stars · 261 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A .NET library for building command line applications, providing argument parsing, option validation, help text generation, and interactive console prompts. It supports both an attribute-based API and a builder-pattern API for defining commands, options, and subcommands.
Use cases
- parse command line arguments in a .NET console app
- build a CLI tool with subcommands in C#
- generate help text automatically for command line options
- validate required options and argument ranges in a CLI
- prompt for passwords and interactive console input
- define CLI options using C# attributes
When to choose
- you are writing a .NET/C# command line application and want mature argument parsing
- you want declarative option definitions via attributes with validation
- you need automatic help text generation and interactive prompts
- you want a well-documented, widely used alternative to System.CommandLine
When to avoid
- you are not on the .NET platform
- you need a full CLI framework with shell completion or config file loading out of the box
- you prefer System.CommandLine or Spectre.Console.Cli ecosystems
Facets
library · maturity stable
cli parser developer-tools developer-tools cross-platform dotnet cross-platform cli command-line-parsing console-apps attributes-api builder-api help-text-generation input-validation nuget command-line
2 sources
- readme: https://github.com/natemcmaster/CommandLineUtils · fetched 2026-08-28 · bca7e3453b31
- homepage: https://natemcmaster.github.io/CommandLineUtils/ · fetched 2026-08-29 · 1a7485b466b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| natemcmaster/CommandLineUtils | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="natemcmaster/CommandLineUtils")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem