add manage command

This commit is contained in:
yuzuki999
2023-05-24 10:26:14 +08:00
parent c8429ab428
commit 73342652fe
12 changed files with 487 additions and 106 deletions

7
cmd/server_test.go Normal file
View File

@@ -0,0 +1,7 @@
package cmd
import "testing"
func TestRun(t *testing.T) {
Run()
}