DefaultValueOptions
Options controlling how a declared default appears in help output.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/flag.ts - Source link:
src/core/schema/flag.ts:238
Signatures
ts
interface DefaultValueOptions {}Members
Properties
description
Human-readable default text, or false to hide the default from help. undefined uses the default value's automatic rendering when it is safe.
ts
description?: string | false;