public interface Completer
Modifier and Type | Method and Description |
---|---|
void |
complete(LineReader reader,
ParsedLine line,
List<Candidate> candidates)
Populates candidates with a list of possible completions for the command line.
|
void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)
reader
- The line readerline
- The parsed command linecandidates
- The List
of candidates to populate