mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
shell: use tab print style for completion
This commit is contained in:
parent
c5de97ddbe
commit
615cb24ba6
|
@ -31,6 +31,7 @@ func RunShell(options ShellOptions) {
|
|||
})
|
||||
|
||||
line.SetCtrlCAborts(true)
|
||||
line.SetTabCompletionStyle(liner.TabPrints)
|
||||
|
||||
setCompletionHandler()
|
||||
loadHistory()
|
||||
|
|
Loading…
Reference in a new issue