bold property

AnsiPen get bold

Implementation

AnsiPen get bold {
  styleStack.add(QuectoColors.bold);
  return this;
}