FlagMap
A record of flag definitions keyed by canonical flag name.
The object key is the --name spelling and the key on the resolved record.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/read-flags/index.ts - Source link:
src/core/read-flags/index.ts:30
Signatures
ts
type FlagMap = Readonly<Record<string, FlagBuilder<FlagConfig>>>;