InteractiveInvocation class final

Fully-composed interactive CLI invocation for a TCliTool.

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

Constructors

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

Properties

arguments List<String>
Complete argument list in launch order — isolation flags plus any system prompt fragment supported in interactive mode.
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