RunicCommandLine.Abstractions
0.1.0-preview.5.1
dotnet add package RunicCommandLine.Abstractions --version 0.1.0-preview.5.1
NuGet\Install-Package RunicCommandLine.Abstractions -Version 0.1.0-preview.5.1
<PackageReference Include="RunicCommandLine.Abstractions" Version="0.1.0-preview.5.1" />
<PackageVersion Include="RunicCommandLine.Abstractions" Version="0.1.0-preview.5.1" />
<PackageReference Include="RunicCommandLine.Abstractions" />
paket add RunicCommandLine.Abstractions --version 0.1.0-preview.5.1
#r "nuget: RunicCommandLine.Abstractions, 0.1.0-preview.5.1"
#:package RunicCommandLine.Abstractions@0.1.0-preview.5.1
#addin nuget:?package=RunicCommandLine.Abstractions&version=0.1.0-preview.5.1&prerelease
#tool nuget:?package=RunicCommandLine.Abstractions&version=0.1.0-preview.5.1&prerelease
RunicCommandLine.Abstractions
Parser-neutral contracts for command outcomes, safe faults, exit policy, and
machine-output selection. The shipping library targets net10.0, uses only the
BCL, and exposes no parser, hosting, reflection-serialization, or UI types.
Stable identities
- Machine response protocol:
runic.commandline/1 - Output environment variable:
RUNIC_COMMANDLINE_OUTPUT - Output precedence: explicit argument, then environment value, then caller default
The classifier accepts human and json environment values using ordinal
case-insensitive matching. An invalid environment value is returned as an
invalid classification. An explicit argument wins without inspecting an
otherwise invalid environment value.
Machine output contract
Protocol version 1 is one UTF-8 JSON object followed by one LF. Machine stdout
contains no BOM, ANSI control sequence, progress output, or log line. A success
uses exit category Success, a typed payload, and no fault. A failure uses a
non-success category, no payload, and a sanitized CommandFault. JSON metadata
and envelope writing belong to a higher layer and must use source-generated
serialization.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RunicCommandLine.Abstractions:
| Package | Downloads |
|---|---|
|
RunicCommandLine
Parser-neutral command catalog, execution, and output kernel for .NET applications. |
|
|
RunicCommandLine.Processes
Bounded and cancellable local process execution for command-line clients. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.5.1 | 86 | 8/11/2026 |