Skip to content

gunshi / combinators / BooleanOptions

Interface: BooleanOptions

Experimental

Options for the boolean combinator.

Extends

Properties

PropertyTypeDescriptionInherited from
description?stringExperimental Human-readable description for help text generation.BaseOptions.description
negatable?booleanExperimental Enable negation with --no- prefix.-
required?booleanExperimental Mark as required.BaseOptions.required
short?stringExperimental Single character short alias.BaseOptions.short

Released under the MIT License.