isCliOptNameShort method

bool isCliOptNameShort()

Returns true of the string represents potential short option name

Implementation

bool isCliOptNameShort() => shrinkCliOptName().length == 1;