Skip to content
1 min read · 37 words

Function: encodeWrapperCommand()

ts
function encodeWrapperCommand(command: WrapperCommand): string;

Defined in: src/batteries/llm/claude_code_cli/wire.ts:287

Encode a WrapperCommand as one NDJSON line, including its terminating newline.

Parameters

ParameterType
commandWrapperCommand

Returns

string