dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Option to disable autocomplete #399

Open altaurog opened 4 years ago

altaurog commented 4 years ago

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?

ellbosch commented 4 years ago

Thanks @altaurog, we would gladly accept a PR for this!