Package picocli

Interface CommandLine.Help.Ansi.IStyle

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CSI
      The Control Sequence Introducer (CSI) escape sequence "\u001b[".
    • Method Detail

      • on

        String on()
        Returns the ANSI escape code for turning this style on.
        Returns:
        the ANSI escape code for turning this style on
      • off

        String off()
        Returns the ANSI escape code for turning this style off.
        Returns:
        the ANSI escape code for turning this style off