property ChildProcess.prototype.spawnargs Usage in Deno```typescript import { ChildProcess } from "node:node__child_process.d.ts"; ``` The `subprocess.spawnargs` property represents the full list of command-line arguments the child process was launched with. Type string[]