accepts

open fun accepts(value: String?): Boolean(source)

Check if a CommanderValueValidator accepts a value (Catches the CommanderValueException and returns a boolean)

Return

true if the value is accepted, false otherwise

Since

0.1.0

Parameters

value

the value to check

See also