shell: use tab print style for completion

This commit is contained in:
Chris Lu 2021-05-31 03:29:29 -07:00
parent c5de97ddbe
commit 615cb24ba6

View file

@ -31,6 +31,7 @@ func RunShell(options ShellOptions) {
})
line.SetCtrlCAborts(true)
line.SetTabCompletionStyle(liner.TabPrints)
setCompletionHandler()
loadHistory()