You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to have the parameter CommandArgs to method getSuggestions in Provider class.
Example:
/** * Get a list of suggestions for the given parameter and user arguments. * * <p>If no suggestions could be enumerated, an empty list should * be returned.</p> * * @param arguments The arguments * @param prefix What the user has typed so far (may be an empty string) * @return A list of suggestions */List<String> getSuggestions(CommandArgsarguments, Stringprefix);
The text was updated successfully, but these errors were encountered:
It would be very useful to have the parameter CommandArgs to method getSuggestions in Provider class.
Example:
The text was updated successfully, but these errors were encountered: