Member Junction
    Preparing search index...

    Interface RuntimeHostOptions

    Construction-time state for MJCLIRuntimeHost. Injectable so tests need no real TTY.

    interface RuntimeHostOptions {
        interactive?: boolean;
        stdoutIsTTY?: boolean;
    }
    Index

    Properties

    interactive?: boolean

    Whether this run may prompt — from ResolveInteractivity. Defaults to false (agent-first).

    stdoutIsTTY?: boolean

    Defaults to process.stdout.isTTY.