Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

getSuggestions CommandArgs parameter

Open
#10 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Tech stack
java
Domain
cli

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EngineHub/Intake

All issues in EngineHub/Intake

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.