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.28k stars 715 forks source link

Example: Unused code in full-screen-demo.py #1672

Open XenonR opened 2 years ago

XenonR commented 2 years ago

I found an unused WordCompleter named animal_completer in ./examples/full-screen/full-screen-demo.py. Although it maybe possible to just remove it I was actually exited to see how a WordCompleter could be possibly integrated in single line dropdown like inputs.

I'll leave it to the maintainers to decide which way to go.

Love this lib 🧡, Cheers