Nullean.Argh.Interfaces 0.17.1

dotnet add package Nullean.Argh.Interfaces --version 0.17.1
                    
NuGet\Install-Package Nullean.Argh.Interfaces -Version 0.17.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nullean.Argh.Interfaces" Version="0.17.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nullean.Argh.Interfaces" Version="0.17.1" />
                    
Directory.Packages.props
<PackageReference Include="Nullean.Argh.Interfaces" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nullean.Argh.Interfaces --version 0.17.1
                    
#r "nuget: Nullean.Argh.Interfaces, 0.17.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nullean.Argh.Interfaces@0.17.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nullean.Argh.Interfaces&version=0.17.1
                    
Install as a Cake Addin
#tool nuget:?package=Nullean.Argh.Interfaces&version=0.17.1
                    
Install as a Cake Tool

Nullean.Argh.Interfaces

NuGet

Zero-dependency contracts and attributes for the Nullean.Argh CLI framework.

When to Use

Reference this package directly when building shared libraries — reusable middleware, custom argument parsers, or shared option types that shouldn't pull in the full runtime.

For applications, use Nullean.Argh or Nullean.Argh.Hosting instead.

What's Inside

  • IArghBuilder / IArghNamespaceBuilder — builder contracts
  • IArgumentParser<T> — custom type parser interface
  • Middleware interfaces — pipeline extension points
  • All attributes — [Command], [Option], [Positional], [AsParameters], and more

Key Properties

  • Zero external dependencies — safe to reference from any library
  • netstandard2.0 — compatible with all modern .NET targets

Documentation

Full documentation is available at nullean.github.io/argh.

License

MIT — see LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Nullean.Argh.Interfaces:

Package Downloads
Nullean.Argh.Core

Runtime, ArghApp registration model, and embedded Roslyn analyzer for Nullean.Argh.

Nullean.Argh.Hosting

Hosting integration for Nullean.Argh CLI applications.

Nullean.Argh

Build full-featured .NET CLIs without writing a parser. Methods become commands, XML docs become help text. Source-generated, AOT-safe, zero reflection.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.17.1 46 8/14/2026
0.17.0 223 7/24/2026
0.16.4 24,097 5/20/2026
0.16.3 2,025 5/18/2026
0.16.2 389 5/17/2026
0.16.1 237 5/11/2026
0.16.0 3,745 5/7/2026
0.15.4 442 5/7/2026
0.15.3 285 5/7/2026
0.15.2 216 5/7/2026
0.15.1 395 5/6/2026
0.15.0 234 5/6/2026
0.14.1 219 5/6/2026
0.14.0 254 5/6/2026
0.13.1 237 5/4/2026
0.13.0 258 4/30/2026
0.12.5 287 4/29/2026
0.12.4 245 4/29/2026
0.12.3 251 4/29/2026
0.12.2 225 4/29/2026
Loading failed