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 voidCommands.colors(org.jline.terminal.Terminal terminal, PrintStream out, String[] argv) Displays color tables and ANSI styles.static voidCommands.complete(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, Map<String, List<Completers.CompletionData>> completions, String[] argv) Edits command-specific tab completions.static voidCommands.highlighter(org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, PrintStream out, PrintStream err, String[] argv, ConfigurationPath configPath) Manages syntax highlighting themes.static voidCommands.keymap(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Manipulates line reader keymaps.static voidCommands.setopt(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Sets line reader options.static voidCommands.setvar(org.jline.reader.LineReader lineReader, PrintStream out, PrintStream err, String[] argv) Sets or displays line reader variables.static voidCommands.unsetopt(org.jline.reader.LineReader reader, PrintStream out, PrintStream err, String[] argv) Unsets line reader options.