Improve tab completion #3

Open
opened 2022-10-24 23:18:08 +02:00 by bea · 0 comments
Owner

Currently, tab completion only works well for the set subcommand. Everything is hardcoded and other commands are just not supported, apart from the main subcommand itself. We need to make drastic changes to implement this, but the priority is low since the rest of the commands are mostly administrative and thus not accessible to end users.

Ideally, we would make a "subcommand" interface that does its own tab-completion, and make all subcommands implement it, but this requires an almost complete rewrite of the subcommands.

Currently, tab completion only works well for the `set` subcommand. Everything is hardcoded and other commands are just not supported, apart from the main subcommand itself. We need to make drastic changes to implement this, but the priority is low since the rest of the commands are mostly administrative and thus not accessible to end users. Ideally, we would make a "subcommand" interface that does its own tab-completion, and make all subcommands implement it, but this requires an almost complete rewrite of the subcommands.
bea added this to the WIP project 2022-10-24 23:18:09 +02:00
bea added the
enhancement
label 2022-10-24 23:22:23 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SpigotMC/NounsPicker#3
No description provided.