diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-02 11:46:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 11:46:48 -0700 |
| commit | 0ca641f33ca334eb6bb6004806054510918372ab (patch) | |
| tree | 72c8cac450dc37b67a9155ffbcd3e2bd0af163c0 /weed/command/command.go | |
| parent | 2ae9705442b513af60e26c786c612867ea36015d (diff) | |
| parent | bdc7730fdb160ea59efa72ff946cd329d5e1c59f (diff) | |
| download | seaweedfs-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.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 { |
