HeadlessInvocation class final

Fully-composed non-interactive CLI invocation for a TCliTool.

Carries the executable name and the complete, ordered argument list a spawn pipeline hands to Process.start for a headless launch. Instances are ephemeral: produced by TCliTool.headlessInvocation(...) and consumed once by the caller. No serialization, no persistence, no equality semantics expected.

Constructors

HeadlessInvocation({required String executable, required List<String> arguments})
const

Properties

arguments List<String>
Complete argument list in launch order — isolation flags, any system prompt fragment, and the request body (verbatim or stitched, per tool).
final
executable String
Executable name resolved via PATH (never an absolute path).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited