BooleanOption

constructor(name: String, def: Boolean)

Create a new BooleanOption.

Parameters

name

the name of this option

def

default value


constructor(name: String, def: Boolean, customTrue: String, customFalse: String)

Create a new BooleanOption.

Parameters

name

the name of this option

def

default value

customTrue

the value instead of "true" to display when this option is selected

customFalse

the value instead of "false" to display when this option is selected