complete method
Returns completion candidates for the current shell input.
Implementation
List<String> complete(List<String> args, String compLine, int compPoint) {
return getArgsCompletions(_parser, args, compLine, compPoint);
}
Returns completion candidates for the current shell input.
List<String> complete(List<String> args, String compLine, int compPoint) {
return getArgsCompletions(_parser, args, compLine, compPoint);
}