PromptScript API Type Alias: SpawnDetached¶ SpawnDetached = (command, args, options) => DetachedChild Defined in: telemetry/src/reporter.ts:27 Parameters¶ command¶ string args¶ string[] options¶ detached¶ true env¶ NodeJS.ProcessEnv stdio¶ "ignore" Returns¶ DetachedChild