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

Allow using different separator for nested completion #1814

Open
robamu opened this issue Nov 17, 2023 · 0 comments · May be fixed by #1815
Open

Allow using different separator for nested completion #1814

robamu opened this issue Nov 17, 2023 · 0 comments · May be fixed by #1815

Comments

@robamu
Copy link

robamu commented Nov 17, 2023

Hi,

Thanks for creating this great package!

I am currently working on a command definition tree and on a feature which allows picking a path through the tree.
I would like to have auto-completion for this, but the resultant path should be path-like, with slashes as separators.

The nested completer currently only allows space as the separator. It would be nice if it would be possible to change the separator. I think strings like ":", "::" and "/" might be other commonly used separators used together with the nested completer.

I can prepare a PR for this.

Kind Regards
Robin

@robamu robamu linked a pull request Nov 17, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant