closeSection static method
void
closeSection()
Close a sub-header section
Implementation
static void closeSection() {
stdout.writeln('│');
stdout.writeln('└─ ${'─' * (terminalWidth - 3)}');
stdout.writeln('');
}
Close a sub-header section
static void closeSection() {
stdout.writeln('│');
stdout.writeln('└─ ${'─' * (terminalWidth - 3)}');
stdout.writeln('');
}