diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-14 19:01:57 +0800 |
|---|---|---|
| committer | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-14 19:01:57 +0800 |
| commit | 322dbcf372d75f144b01a17b2a19195fe43b038a (patch) | |
| tree | 429d253895234ce26a8b9d2b517e0237fa587c1a /weed/command/command.go | |
| parent | e437ec5a685e1bb906e7a61547c59dd6227a11a9 (diff) | |
| download | seaweedfs-322dbcf372d75f144b01a17b2a19195fe43b038a.tar.xz seaweedfs-322dbcf372d75f144b01a17b2a19195fe43b038a.zip | |
add update feature
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index dbc18a053..b16de3eba 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -2,9 +2,10 @@ package command import ( "fmt" - flag "github.com/chrislusf/seaweedfs/weed/util/fla9" "os" "strings" + + flag "github.com/chrislusf/seaweedfs/weed/util/fla9" ) var Commands = []*Command{ @@ -37,6 +38,7 @@ var Commands = []*Command{ cmdServer, cmdShell, cmdUpload, + cmdUpdate, cmdVersion, cmdVolume, cmdWebDav, |
