Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Suggestions in multi-level commands #12

Open
KaviiSuri opened this issue Nov 7, 2024 · 4 comments
Open

Support for Suggestions in multi-level commands #12

KaviiSuri opened this issue Nov 7, 2024 · 4 comments

Comments

@KaviiSuri
Copy link
Contributor

Suggestions work for 1 level commands like GET, SET etc, but for multi-level commands like COMMAND LIST, COMMAND INFO etc, we do not have suggestions.

We should add support for this use case, to be consistent and also make those commands discoverable/auto-complete friendly

@Dhroov7
Copy link

Dhroov7 commented Nov 9, 2024

@arpitbbhayani @JyotinderSingh Folks, I’m working on this issue to enable multi-level autocomplete for commands, as right now it only supports single-level. I’ve been researching possible solutions—do you think it’s best to integrate a library for this, or should we build a custom autocomplete, similar to what we’re currently using for single-level commands?

@KaviiSuri
Copy link
Contributor Author

@Dhroov7 , if we can leverage a lightweight library, that would be great! Please share your research, maybe we can make an informed decision based on it!

if nothing fits, we can always do it from scratch to our needs

@vpsinghg
Copy link
Contributor

@Dhroov7 , do you have some research notes, demos that you wish to share for this ? Or let me know if you are still working on this or not.

@Dhroov7
Copy link

Dhroov7 commented Nov 23, 2024

@vpsinghg Hey, I couldn't make time for this. Feel free to take this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants