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