diff options
| author | byunghwa.yun <combine@combineads.co.kr> | 2021-08-03 00:25:44 +0900 |
|---|---|---|
| committer | byunghwa.yun <combine@combineads.co.kr> | 2021-08-03 02:56:52 +0900 |
| commit | bdc7730fdb160ea59efa72ff946cd329d5e1c59f (patch) | |
| tree | 72c8cac450dc37b67a9155ffbcd3e2bd0af163c0 /weed/command/command.go | |
| parent | 2ae9705442b513af60e26c786c612867ea36015d (diff) | |
| download | seaweedfs-bdc7730fdb160ea59efa72ff946cd329d5e1c59f.tar.xz seaweedfs-bdc7730fdb160ea59efa72ff946cd329d5e1c59f.zip | |
Add autocomplete
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 2 |
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 { |
