aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-05-03 01:25:10 -0700
committerGitHub <noreply@github.com>2019-05-03 01:25:10 -0700
commit9d3c945b00e11e3cdd492abfcfb370291b98f686 (patch)
treecb902217b4d37c81e4f23fb4ec3c9bcdc77f0fa2 /weed/command/command.go
parentac52db3bedbba647cb4531444e16914e6d17b06a (diff)
parent7064b2ea48c541904a5a1ba9c144cbe3c070a1d4 (diff)
downloadseaweedfs-9d3c945b00e11e3cdd492abfcfb370291b98f686.tar.xz
seaweedfs-9d3c945b00e11e3cdd492abfcfb370291b98f686.zip
Merge pull request #950 from chrislusf/webdav
add WebDav
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 39a01cc05..79c00d4cd 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -26,6 +26,7 @@ var Commands = []*Command{
cmdVolume,
cmdExport,
cmdMount,
+ cmdWebDav,
}
type Command struct {