remove add_agent command

This commit is contained in:
yusing
2025-02-14 21:56:12 +08:00
parent 964e94b3ba
commit 9cd5237bb8
3 changed files with 0 additions and 74 deletions

View File

@@ -3,7 +3,6 @@ package common
const (
CommandStart = ""
CommandSetup = "setup"
CommandAddAgent = "add-agent"
CommandValidate = "validate"
CommandListConfigs = "ls-config"
CommandListRoutes = "ls-routes"
@@ -20,7 +19,6 @@ func (v MainServerCommandValidator) IsCommandValid(cmd string) bool {
switch cmd {
case CommandStart,
CommandSetup,
CommandAddAgent,
CommandValidate,
CommandListConfigs,
CommandListRoutes,