Skip to content

Interface: BaseOptions ​

WARNING

This API is experimental and may change in future versions.

Common options shared by all base combinators.

Signature ​

ts
interface BaseOptions

Properties ​

NameTypeDescription
description (optional)stringHuman-readable description for help text generation.
required (optional)booleanMark as required.
short (optional)stringSingle character short alias.

Released under the MIT License.