@wcauchois/program-builder > BooleanFlag

BooleanFlag class

Signature:
export default class BooleanFlag implements IAnyFlag

Constructors

ConstructorModifiersDescription
(constructor)(dest, positiveNames, negativeNames, theDefault, metadata, order)Constructs a new instance of the
BooleanFlag
class

Properties

PropertyModifiersTypeDescription
allNames
string[]
default
boolean
dest
string
metadata
IBooleanFlagMetadata
negativeNames
string[]
order
number
positiveNames
string[]

Methods

MethodModifiersDescription
getDocumentation()
isPositiveName(name)