When typing a word in a dash input I would like to get autosuggestions, an example of what I mean is this CLI app I made in the past.
a link to the documentation: https://python-prompt-toolkit.readthedocs.io/en/master/pages/asking_for_input.html?highlight=suggestions#autocompletion 3
Thank you in advance!