I tried but it didn't worked. The Candidate3 still appearing in the default shell color.
I though that the StringTokenCompleter should be an method with the following signature:
public abstract Iterable<?> getRecommendedTokens();
getRecommendTokens will help in future to discover if the candidate is a recommend one or not.
I tried but it didn't worked. The Candidate3 still appearing in the default shell color.
I though that the StringTokenCompleter should be an method with the following signature:
getRecommendTokens will help in future to discover if the candidate is a recommend one or not.