List of CLI arguments received from the daemon client.
Current working directory received from the daemon client.
Environment variables with CLI prefix received from the daemon client.
Stdin text received from the daemon client. This is used for plain text stdin data like replies to prompts.
Length of stdin data received from the daemon client.
The client sends binary stdin data as a multipart request, that contains
a JSON body with stdinLength
defined, followed by the raw binary data.
The user that initiated the request from the daemon client.
Generated using TypeDoc
Option interface to construct response from daemon client
IDaemonResponse