Class Options.HelpException

    • Constructor Detail

      • HelpException

        public HelpException​(String message)
    • Method Detail

      • defaultStyle

        public static org.jline.utils.StyleResolver defaultStyle()
      • highlight

        public static org.jline.utils.AttributedString highlight​(String msg,
                                                                 org.jline.utils.StyleResolver resolver)
      • highlightSyntax

        public static org.jline.utils.AttributedString highlightSyntax​(String syntax,
                                                                       org.jline.utils.StyleResolver resolver,
                                                                       boolean subcommands)
      • highlightSyntax

        public static org.jline.utils.AttributedString highlightSyntax​(String syntax,
                                                                       org.jline.utils.StyleResolver resolver)
      • highlightComment

        public static org.jline.utils.AttributedString highlightComment​(String comment,
                                                                        org.jline.utils.StyleResolver resolver)