Skip to main content

Interface: BashResult

Defined in: agent-tools/dist/types/bash.d.ts:14

Properties

exitCode

exitCode: number | null

Defined in: agent-tools/dist/types/bash.d.ts:17


stderr

stderr: string

Defined in: agent-tools/dist/types/bash.d.ts:16


stdout

stdout: string

Defined in: agent-tools/dist/types/bash.d.ts:15