dbcli/mssql-cli

Option to disable autocomplete

Offen

#399 geöffnet am 22.12.2019

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Python (193 Forks)auto 404
area: interactiveenhancementgood first issue

Repository-Metriken

Stars
 (1.413 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I’d like to see a way to disable autocomplete altogether, not just smart autocomplete (as discussed in #158 and #162). I found that setting the PromptSession parameter complete_while_typing=False does the trick. Any chance a PR adding a cli (or config) option for this would be accepted?

Contributor Guide