diff options
Diffstat (limited to 'weed/shell/command_collection_list.go')
| -rw-r--r-- | weed/shell/command_collection_list.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/shell/command_collection_list.go b/weed/shell/command_collection_list.go index c277d4028..32085f565 100644 --- a/weed/shell/command_collection_list.go +++ b/weed/shell/command_collection_list.go @@ -23,6 +23,10 @@ func (c *commandCollectionList) Help() string { return `list all collections` } +func (c *commandCollectionList) HasTag(CommandTag) bool { + return false +} + type CollectionInfo struct { FileCount float64 DeleteCount float64 |
