aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go24
1 files changed, 16 insertions, 8 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 79c00d4cd..b6efcead2 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -1,8 +1,8 @@
package command
import (
- "flag"
"fmt"
+ flag "github.com/chrislusf/seaweedfs/weed/util/fla9"
"os"
"strings"
)
@@ -12,20 +12,28 @@ var Commands = []*Command{
cmdBackup,
cmdCompact,
cmdCopy,
- cmdFix,
+ cmdDownload,
+ cmdExport,
+ cmdFiler,
+ cmdFilerBackup,
+ cmdFilerCat,
+ cmdFilerMetaBackup,
+ cmdFilerMetaTail,
cmdFilerReplicate,
- cmdServer,
+ cmdFilerSynchronize,
+ cmdFix,
+ cmdGateway,
cmdMaster,
- cmdFiler,
+ cmdMount,
cmdS3,
- cmdUpload,
- cmdDownload,
+ cmdIam,
+ cmdMsgBroker,
cmdScaffold,
+ cmdServer,
cmdShell,
+ cmdUpload,
cmdVersion,
cmdVolume,
- cmdExport,
- cmdMount,
cmdWebDav,
}