start-process
Start a process with a script and working directory, using optional arguments and environment variables, and ensure the process exits automatically.
Instructions
Start a new process. Warning: Do not invoke background processes that will not exit automatically, and stdout/stderr will not be captured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| name | No | ||
| args | No | ||
| cwd | Yes | ||
| envs | No |