diff options
Diffstat (limited to 'weed/shell/commands.go')
| -rw-r--r-- | weed/shell/commands.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go index e6e582376..a29436a3c 100644 --- a/weed/shell/commands.go +++ b/weed/shell/commands.go @@ -42,6 +42,7 @@ type command interface { Name() string Help() string Do([]string, *CommandEnv, io.Writer) error + IsResourceHeavy() bool } var ( |
