Skip to content

[Feature Request] AutoComplete support #17

@seailz

Description

@seailz

General Troubleshooting

  • I have checked for similar issues on the Issue-tracker.
  • I have updated to the latest Framework version
  • I have checked the branches or the maintainers' PRs for upcoming features.

Feature Request

autocomplete

Example Use-Case

public EpicCommand() {
  setAutoComplete(optionIndex, member -> {
     if (member.getEffectiveName().equals(“seailz”) return List.of(“a”, “b”, “c”,
  });
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions