@tapjs/processinfo
    Preparing search index...
    interface SpawnOptions {
        args: readonly string[];
        cwd: string;
        detached: boolean;
        env: ProcessEnv;
        execPath: string;
        gid?: number;
        uid?: number;
        windowsHide: boolean;
        windowsVerbatimArguments: boolean;
    }
    Index

    Properties

    args: readonly string[]
    cwd: string
    detached: boolean
    env: ProcessEnv
    execPath: string
    gid?: number
    uid?: number
    windowsHide: boolean
    windowsVerbatimArguments: boolean