Uses of Class
org.jline.builtins.Options.HelpException
-
Uses of Options.HelpException in org.jline.builtins
Methods in org.jline.builtins that throw Options.HelpExceptionModifier and TypeMethodDescriptionstatic void
Commands.colors
(org.jline.terminal.Terminal terminal, PrintStream out, String[] argv) Displays color tables and ANSI styles.static void
Commands.complete
(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, Map<String, List<Completers.CompletionData>> completions, String[] argv) Edits command-specific tab completions.static void
Commands.highlighter
(org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, PrintStream out, PrintStream err, String[] argv, ConfigurationPath configPath) Manages syntax highlighting themes.static void
Commands.keymap
(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Manipulates line reader keymaps.static void
Commands.setopt
(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Sets line reader options.static void
Commands.setvar
(org.jline.reader.LineReader lineReader, PrintStream out, PrintStream err, String[] argv) Sets or displays line reader variables.static void
Commands.unsetopt
(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Unsets line reader options.