aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-08-02 11:46:48 -0700
committerGitHub <noreply@github.com>2021-08-02 11:46:48 -0700
commit0ca641f33ca334eb6bb6004806054510918372ab (patch)
tree72c8cac450dc37b67a9155ffbcd3e2bd0af163c0 /weed/command/command.go
parent2ae9705442b513af60e26c786c612867ea36015d (diff)
parentbdc7730fdb160ea59efa72ff946cd329d5e1c59f (diff)
downloadseaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.tar.xz
seaweedfs-0ca641f33ca334eb6bb6004806054510918372ab.zip
Merge pull request #2232 from combineads/master
Add autocomplete
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 0bac56442..022aba194 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -36,6 +36,8 @@ var Commands = []*Command{
cmdVersion,
cmdVolume,
cmdWebDav,
+ cmdAutocomplete,
+ cmdUnautocomplete,
}
type Command struct {