From 48de925bb35be5541e13d9e96c63b03263136601 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Thu, 15 Dec 2022 11:15:22 +0800 Subject: [PATCH] opt some --- misc/coder/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/coder/server.go b/misc/coder/server.go index 1924f81a..9fdb63dc 100644 --- a/misc/coder/server.go +++ b/misc/coder/server.go @@ -18,7 +18,6 @@ type server struct { darwin string `data:"https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-macos-amd64.tar.gz"` source string `data:"https://github.com/coder/code-server/archive/refs/tags/v4.4.0.tar.gz"` password string `data:"1234"` - start string `name:"start port host password" help:"启动"` list string `name:"list port path auto start install" help:"编辑器"` }