getSuggestions CommandArgs parameter
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Start by locating the Provider class and its getSuggestions method, then inspect implementations and callers to understand the existing suggestion flow. Done means the method accepts CommandArgs as shown and the affected implementation and callers remain consistent; run the available project tests afterward.
Written by the indexing model from the issue text.
Description
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(CommandArgs arguments, String prefix);
- Dominant language
- Java
- Stars
- 102
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from EngineHub/Intake
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Localization support Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
All issues in EngineHub/Intake
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too Open
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
FasterXML/jackson-databind#6229 ·