bannerΒΆ
Usage:
  banner [-c CHAR] [-n WIDTH] [-i INDENT] [-r COLOR] TEXT...
Arguments:
  TEXT...   The text message from which to create the banner
  CHAR      The character for the frame.
  WIDTH     Width of the banner
  INDENT    indentation of the banner
  COLOR     the color
  Options:
      -c CHAR   The character for the frame. [default: #]
      -n WIDTH  The width of the banner. [default: 70]
      -i INDENT  The width of the banner. [default: 0]
      -r COLOR  The color of the banner. [default: NORMAL]
  Prints a banner form a one line text message.