-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the INTERACT disambiguation mode
The code that processes the INDEX didn't match the format of the index anymore, and probably was broken since the great list refactor a few years ago. It was also much more complicated than necessary, since the current index contains only simple Type::X entries. So for now, make a very simple implementation that displays a list of choices and lets the user pick one by number (or unique substring). If any additional features are added to INDEX in the future, then this can be replaced.
- Loading branch information
Showing
1 changed file
with
29 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters