From f3d316a846473fe8f33a90172291608d764a264d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 19 Mar 2019 21:58:00 -0700 Subject: weed shell: adding file system disk usage fs.du fix https://github.com/chrislusf/seaweedfs/issues/889 echo "fs.du http://localhost:8888/some/path" | weed shell --- weed/shell/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/shell/commands.go') diff --git a/weed/shell/commands.go b/weed/shell/commands.go index 4df70ff55..280900c80 100644 --- a/weed/shell/commands.go +++ b/weed/shell/commands.go @@ -14,6 +14,7 @@ type ShellOptions struct { type commandEnv struct { env map[string]string masterClient *wdclient.MasterClient + option ShellOptions } type command interface { -- cgit v1.2.3