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
| Parameter | Type |
|---|---|
command | WrapperCommand |
Returns
string