mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:07:25 +08:00
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