Uses of Class
org.jline.builtins.Options.HelpException
-
-
Uses of Options.HelpException in org.jline.builtins
Methods in org.jline.builtins that throw Options.HelpException Modifier and Type Method Description static void
Commands. colors(org.jline.terminal.Terminal terminal, java.io.PrintStream out, java.lang.String[] argv)
static void
Commands. complete(org.jline.reader.LineReader reader, java.io.PrintStream out, java.io.PrintStream err, java.util.Map<java.lang.String,java.util.List<Completers.CompletionData>> completions, java.lang.String[] argv)
static void
Commands. highlighter(org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv, ConfigurationPath configPath)
static void
Commands. keymap(org.jline.reader.LineReader reader, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv)
static void
Commands. setopt(org.jline.reader.LineReader reader, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv)
static void
Commands. setvar(org.jline.reader.LineReader lineReader, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv)
static void
Commands. unsetopt(org.jline.reader.LineReader reader, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv)
-