diff options
| author | Lapshin Vitaliy <mr.lapshin.vitaly@gmail.com> | 2022-06-27 13:53:57 +0300 |
|---|---|---|
| committer | Lapshin Vitaliy <mr.lapshin.vitaly@gmail.com> | 2022-06-27 13:53:57 +0300 |
| commit | d7c3493d159a4f3412990c971d5e836be53b6d39 (patch) | |
| tree | d442ea404f8c0b799c706d41db7f47b5f23dc034 /weed/command/command.go | |
| parent | 5f5fd0bc48d9ca28cd7d55af1c9b57a940c6fd9c (diff) | |
| parent | 9138e68208882dc07087393718c31dff882b166e (diff) | |
| download | seaweedfs-d7c3493d159a4f3412990c971d5e836be53b6d39.tar.xz seaweedfs-d7c3493d159a4f3412990c971d5e836be53b6d39.zip | |
Merge branch 'master' into bufix/validate-tags-on-copy
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..7635405dc 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{ @@ -36,6 +37,7 @@ var Commands = []*Command{ cmdScaffold, cmdServer, cmdShell, + cmdUpdate, cmdUpload, cmdVersion, cmdVolume, |
