mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 03:59:56 +08:00
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
This commit is contained in:
@@ -14,6 +14,7 @@ type ShellOptions struct {
|
||||
type commandEnv struct {
|
||||
env map[string]string
|
||||
masterClient *wdclient.MasterClient
|
||||
option ShellOptions
|
||||
}
|
||||
|
||||
type command interface {
|
||||
|
Reference in New Issue
Block a user