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 buffer.
|
void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)
List
before returning.line
- The parsed command linecandidates
- The List
of candidates to populateCopyright © 2018. All rights reserved.