ParseOptions
Options accepted by parse and buildFlagLookup.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/parse/index.ts - Source link:
src/core/parse/index.ts:167
Signatures
ts
interface ParseOptions {}Members
Properties
caseParity
Accept the kebab↔camel counterpart spelling of each flag name/alias (--doThis for a flag named do-this, and vice versa). Automatically disabled per spelling pair when a command explicitly defines both.
ts
caseParity?: boolean;