agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface SpawnOptions

    Options for spawn.

    interface SpawnOptions {
        cwd?: string;
        env?: Record<string, string>;
        stdin?: string | Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    cwd?: string
    env?: Record<string, string>
    stdin?: string | Uint8Array<ArrayBufferLike>