diff --git a/cmd/yggdrasilctl/main.go b/cmd/yggdrasilctl/main.go index 32d44015..e117e093 100644 --- a/cmd/yggdrasilctl/main.go +++ b/cmd/yggdrasilctl/main.go @@ -26,11 +26,8 @@ type admin_info map[string]interface{} type CmdLineEnv struct { args []string - endpoint string - server string - injson bool - verbose bool - ver bool + endpoint, server string + injson, verbose, ver bool } func main() {