Skip to main content
ChildProcess.prototype.spawnargs - child_process - Node documentation
property ChildProcess.prototype.spawnargs

Usage in Deno

import { ChildProcess } from "node:child_process";

The subprocess.spawnargs property represents the full list of command-line arguments the child process was launched with.

Type

string[]