mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-26 03:59:12 +08: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 New Issue
Block a user