BooleanArg

fun BooleanArg(    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.