Does the prompt-toolkit module supports autocompletion without displaying a dialog box (using tab to autocomplete)? I find the dialog box a bit bulky and overkill when there are a fairly large number of options to autocomplete with.
A-la bash-shell or comparable, using either prompt() or session.prompt()?
Thank you for looking.