Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RawProcessOptions

Options to spawn a new process (spawn).

For more information please refer to the spawn function of Node's child_process module:

https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options

Hierarchy

Index

Properties

args?: string[]
command: string
options?: {}

Type declaration

  • [key: string]: any