addSeparator method

  1. @override
void addSeparator(
  1. String text
)

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

@override
void addSeparator(String text) => _argParser.addSeparator(text);