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