You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: