Kind: Function
Source: atloria-monorepo/libs/agent-core/src/tools/bash-sandbox.ts
Build the argument array for spawning a command under sandbox-exec.
Signature
tsfunction buildSandboxArgs(command: string, rootDir: string): string[]
Parameters
| Name | Type |
|---|---|
command | string |
rootDir | string |
Returns: string[]
Was this page helpful?