addSeparator method
Adds a separator line to the usage.
In the usage text for the parser, this will appear between any options added before this call and ones added after it.
Implementation
void addSeparator(String text) {
_optionsAndSeparators.add(text);
}