aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-27 00:07:13 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-27 00:07:13 -0800
commit555413d9fc4837302ef1c5b2b921b406c9de6777 (patch)
treedfd0f67586df0320fd9a77288651475d2ccdcc6c /weed/command/command.go
parent430b5a49e2abd9e3751e8c5840a690541ddc66ca (diff)
downloadseaweedfs-555413d9fc4837302ef1c5b2b921b406c9de6777.tar.xz
seaweedfs-555413d9fc4837302ef1c5b2b921b406c9de6777.zip
weed queue starts
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 79c00d4cd..6687469f1 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -20,6 +20,7 @@ var Commands = []*Command{
cmdS3,
cmdUpload,
cmdDownload,
+ cmdQueue,
cmdScaffold,
cmdShell,
cmdVersion,