public class JLineCompleter extends Object implements org.jline.reader.Completer
| Constructor and Description |
|---|
JLineCompleter(picocli.CommandLine.Model.CommandSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(org.jline.reader.LineReader reader,
org.jline.reader.ParsedLine line,
List<org.jline.reader.Candidate> candidates) |
public void complete(org.jline.reader.LineReader reader,
org.jline.reader.ParsedLine line,
List<org.jline.reader.Candidate> candidates)
complete in interface org.jline.reader.CompleterCopyright © 2019. All rights reserved.