closeSection static method

void closeSection()

Close a sub-header section

Implementation

static void closeSection() {
  stdout.writeln('│');
  stdout.writeln('└─ ${'─' * (terminalWidth - 3)}');
  stdout.writeln('');
}