Boolean Arg
fun BooleanArg( name: String = "Boolean", truthValue: String = "true", falseValue: String = "false", description: String = internalLocale.booleanArgDescription.inject(truthValue, falseValue))
Content copied to clipboard
Parameters
truth Value
The string value that results in true.
false Value
The string value that results in false.