StdinConsume
How a stdin-enabled input shares the stream with the command's other inputs.
'exclusive'— this input is the command's only stdin consumer, and a second exclusive consumer is a schema error'broadcast'— every broadcast consumer on the command receives the same bufferImport:
@kjanat/dreamcliExport kind: type
Declared in:
src/core/schema/stdin.tsSource link:
src/core/schema/stdin.ts:39
Signatures
ts
type StdinConsume = typeof STDIN_CONSUMES[number];