MCPcopy
hub / github.com/pingdotgg/t3code / SshCommandResult

Interface SshCommandResult

packages/ssh/src/command.ts:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const encoder = new TextEncoder();
32
33export interface SshCommandResult {
34 readonly stdout: string;
35 readonly stderr: string;
36}
37
38export interface RunSshCommandOptions extends SshAuthOptions {
39 readonly preHostArgs?: ReadonlyArray<string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected