gunshi / combinators / BooleanOptions
Interface: BooleanOptions
Experimental
Options for the boolean combinator.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
description? | string | Experimental Human-readable description for help text generation. | BaseOptions.description |
negatable? | boolean | Experimental Enable negation with --no- prefix. | - |
required? | boolean | Experimental Mark as required. | BaseOptions.required |
short? | string | Experimental Single character short alias. | BaseOptions.short |
