We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d59037 + 899a7dd commit a689e6fCopy full SHA for a689e6f
pkg/server/server.go
@@ -11,6 +11,7 @@ type ServersCommand struct {
11
12
func Compile() (*ServersCommand, error) {
13
cmd := &ServersCommand{}
14
+ cmd.Commands = make(map[string]command)
15
16
cmd.Commands["restart"] = &restartCommand{}
17
cmd.Commands["hosts"] = &hostsCommand{}
0 commit comments