Uses of Class
org.jline.builtins.Options.HelpException
-
Packages that use Options.HelpException Package Description org.jline.builtins org.jline.console.impl -
-
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(Terminal terminal, PrintStream out, String[] argv)
static void
Commands. complete(LineReader reader, PrintStream out, PrintStream err, Map<String,List<Completers.CompletionData>> completions, String[] argv)
static void
Commands. keymap(LineReader reader, PrintStream out, PrintStream err, String[] argv)
static void
Commands. setopt(LineReader reader, PrintStream out, PrintStream err, String[] argv)
static void
Commands. setvar(LineReader lineReader, PrintStream out, PrintStream err, String[] argv)
static void
Commands. unsetopt(LineReader reader, PrintStream out, PrintStream err, String[] argv)
-
Uses of Options.HelpException in org.jline.console.impl
Methods in org.jline.console.impl that throw Options.HelpException Modifier and Type Method Description Options
JlineCommandRegistry. parseOptions(String[] usage, Object[] args)
-