getSuggestions CommandArgs parameter
Aperta
- Lingua principale
- Java
- Stelle
- 102
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
It would be very useful to have the parameter CommandArgs to method getSuggestions in Provider class.
Example:
``` java
/**
* Get a list of suggestions for the given parameter and user arguments.
*
*
If no suggestions could be enumerated, an empty list should
* be returned.
*
* @param arguments The arguments
* @param prefix What the user has typed so far (may be an empty string)
* @return A list of suggestions
*/
List getSuggestions(CommandArgs arguments, String prefix);
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.