minor changes

This commit is contained in:
Chris Lu
2021-08-02 11:49:40 -07:00
parent 0ca641f33c
commit fe60c6ef9a
2 changed files with 5 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ import (
)
var Commands = []*Command{
cmdAutocomplete,
cmdUnautocomplete,
cmdBackup,
cmdBenchmark,
cmdCompact,
@@ -36,8 +38,6 @@ var Commands = []*Command{
cmdVersion,
cmdVolume,
cmdWebDav,
cmdAutocomplete,
cmdUnautocomplete,
}
type Command struct {