prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 717 forks source link

Adding pattern to NestedCompleter. #1752

Open glecaros opened 1 year ago

glecaros commented 1 year ago

This allows using the flexibility already present in the WordCompleter to define how words are found in the NestedCompleter. This enables the usage of words containing - in the NestedCompleter

glecaros commented 1 year ago

fixes #1280