TokenInjectionHow the assume token is injected into the child process.
Source src/internal/launcher.ts:891 lines
export type type TokenInjection =
| "env"
| "argv"
| "both"
How the assume token is injected into the child process.
TokenInjection = "env" | "argv" | "both";
Referenced by 2 symbols