Browse Source

shell: use tab print style for completion

pull/2104/head
Chris Lu 4 years ago
parent
commit
615cb24ba6
  1. 1
      weed/shell/shell_liner.go

1
weed/shell/shell_liner.go

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

Loading…
Cancel
Save