shell: use tab print style for completion
This commit is contained in:
@@ -31,6 +31,7 @@ func RunShell(options ShellOptions) {
|
||||
})
|
||||
|
||||
line.SetCtrlCAborts(true)
|
||||
line.SetTabCompletionStyle(liner.TabPrints)
|
||||
|
||||
setCompletionHandler()
|
||||
loadHistory()
|
||||
|
||||
Reference in New Issue
Block a user