Open
Description
Hi,
I opened this issue: click-contrib/click-repl#11 for a separate project (click-repl
) that uses python-prompt-toolkit. Here's my issue there:
My motivation for using `click-repl` is to make my script more discovereable for users. So it'll be nice if, when they're starting to type a command, the options for that command would show on the screen so they could choose from them, even without typing `-`.
As you can see from @untitaker 's response, he doesn't know how to make python-prompt-toolkit provide that.
Can python-prompt-toolkit provide that? Is this a feature request?