DeriveParams
The bag of values received by a derive handler.
Identical to ActionParams: derives run after full resolution and before the action handler, with typed args/flags/current context plus out and meta.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/schema/command.ts - Source link:
packages/dreamcli/src/core/schema/command.ts:360
Signatures
ts
type DeriveParams<F extends Record<string, FlagBuilder<FlagConfig>>, A extends Record<string, ArgBuilder<ArgConfig>>, C extends Record<string, unknown>> = ActionParams<F, A, C>;