isCliOptPositive method

bool isCliOptPositive()

Returns true if the string starts with prefix

Implementation

bool isCliOptPositive() => startsWith(prefix);