For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/cli-entry.RunGeneratedRenderedScriptOptions.md.
  • 简体中文
  • Interface: RunGeneratedRenderedScriptOptions

    Properties

    argv

    readonly argv: readonly string[]


    createSession

    readonly createSession: (argv, context) => GeneratedCliRenderSession

    Opens one rendered run for the script with the mode flags removed from argv.

    Parameters

    argv

    readonly string[]

    context
    signal

    AbortSignal

    Returns

    GeneratedCliRenderSession


    isTty?

    readonly optional isTty?: () => boolean

    Returns

    boolean


    name

    readonly name: string


    signal?

    readonly optional signal?: AbortSignal


    writeErr?

    readonly optional writeErr?: (text) => void

    Parameters

    text

    string

    Returns

    void


    writeOut?

    readonly optional writeOut?: (text) => void

    Parameters

    text

    string

    Returns

    void