For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/functions/cli-entry.runGeneratedCliProcess.md.
  • English
  • Function: runGeneratedCliProcess()

    runGeneratedCliProcess(options): Promise<void>

    The generated executable envelope: wires process argv, stdout/stderr, SIGINT/SIGTERM (which reach the framework AbortSignal and exit 130/143), and the process exit code around runGeneratedCliEntry.

    Parameters

    options

    Omit<RunGeneratedCliOptions, "argv" | "signal" | "writeErr" | "writeOut">

    Returns

    Promise<void>