Add autocomplete

This commit is contained in:
byunghwa.yun
2021-08-03 02:56:52 +09:00
parent 2ae9705442
commit bdc7730fdb
5 changed files with 121 additions and 0 deletions
+2
View File
@@ -36,6 +36,8 @@ var Commands = []*Command{
cmdVersion,
cmdVolume,
cmdWebDav,
cmdAutocomplete,
cmdUnautocomplete,
}
type Command struct {