Interface: RunResult
Defined in: packages/extension-api/src/extension-api.d.ts:4560
Represents the result of running a command.
Properties
command
command:
string
Defined in: packages/extension-api/src/extension-api.d.ts:4564
The command that was executed.
stderr
stderr:
string
Defined in: packages/extension-api/src/extension-api.d.ts:4574
The standard error (stderr) content of the command.
stdout
stdout:
string
Defined in: packages/extension-api/src/extension-api.d.ts:4569
The standard output (stdout) content of the command.