BooleanArg

constructor(name: String = "Boolean", truthValue: String = "true", falseValue: String = "false", description: String = internalLocale.booleanArgDescription.inject(truthValue, falseValue))

Parameters

truthValue

The string value that results in true.

falseValue

The string value that results in false.