SourceSplitBinding
The non-CLI split policies a schema stores.
The CLI delimiter lives on the separator field both schemas already carry, so .separator(',') and .split({ cli: ',' }) write the same place.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/cardinality.ts - Source link:
src/core/schema/cardinality.ts:86
Signatures
ts
interface SourceSplitBinding {}Members
Properties
env
Environment split policy, or undefined for the default.
ts
env: SplitPolicy | undefined;stdin
Stdin split policy, or undefined for the default.
ts
stdin: SplitPolicy | undefined;