diff --git a/weed/shell/shell_liner.go b/weed/shell/shell_liner.go index 1dd611ca5..38b74bc54 100644 --- a/weed/shell/shell_liner.go +++ b/weed/shell/shell_liner.go @@ -31,6 +31,7 @@ func RunShell(options ShellOptions) { }) line.SetCtrlCAborts(true) + line.SetTabCompletionStyle(liner.TabPrints) setCompletionHandler() loadHistory()