Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionOptions

Options for executing a command.

Hierarchy

  • ExecutionOptions

Index

Properties

Optional collectOutput

collectOutput: undefined | true | false

Whether we should collect output from the command.

note

All output from the command is collected into a single string, so commands which emit a lot of output may consume a lot of memory if collectOutput is set to true.

environment

environment: object

Additional environment variables to define when executing the command.

Type declaration

  • [key: string]: string

silent

silent: boolean

Whether output from the command should be suppressed from CMake Tools' output channel.

Optional workingDirectory

workingDirectory: undefined | string

The working directory for the command. The default directory is unspecified.

Generated using TypeDoc