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>