Interface BooleanDeclarationOption

Hierarchy

Properties

help: string

The help text to be displayed to the user when --help is passed.

name: string

The option name.

type: Boolean

The parameter type, used to convert user configuration values into the expected type. If not set, the type will be a string.

defaultValue?: boolean

If not specified defaults to false.

Generated using TypeDoc