weed shell: fs.cd change current directory

This commit is contained in:
Chris Lu
2019-04-04 19:27:51 -07:00
parent 766396d249
commit af37b374cb
6 changed files with 84 additions and 89 deletions

View File

@@ -33,7 +33,7 @@ func runShell(command *Command, args []string) bool {
shellOptions.FilerHost = "localhost"
shellOptions.FilerPort = 8888
shellOptions.Directory = ""
shellOptions.Directory = "/"
shell.RunShell(shellOptions)