StdinOptions
Stdin settings accepted by .stdin() and by the schema definitions.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/stdin.ts - Source link:
src/core/schema/stdin.ts:50
Signatures
ts
interface StdinOptions {}Members
Properties
consume
Whether this input consumes the stream alone.
ts
consume?: "exclusive" | "broadcast";when
When this input reads the stdin stream.
ts
when?: "dash" | "missing" | "dash-or-missing";