Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sandpack/nodebox-runtime
/ ShellCommandOptions
Interface
ShellCommandOptions
packages/nodebox/src/modules/shell.ts:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
export
interface
ShellCommandOptions {
19
cwd?: string;
20
env?: Record<string, string>;
21
}
22
23
export
type
ShellInfo = {
24
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected