From bbca3003a375bbf59c7af69e41edfbb514f3083f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Apr 2022 00:46:14 +0800 Subject: remove tips --- xmake/actions/service/main.lua | 1 - xmake/actions/service/xmake.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xmake/actions/service/main.lua b/xmake/actions/service/main.lua index 355b43b41..d06c2f585 100644 --- a/xmake/actions/service/main.lua +++ b/xmake/actions/service/main.lua @@ -34,7 +34,6 @@ import("private.service.show_logs") import("private.service.show_status") function main() - cprint("${color.warning}It's experimental feature, still in development!") config.load() if option.get("start") then start_service({daemon = true}) diff --git a/xmake/actions/service/xmake.lua b/xmake/actions/service/xmake.lua index ede92d82e..7b5de6263 100644 --- a/xmake/actions/service/xmake.lua +++ b/xmake/actions/service/xmake.lua @@ -23,7 +23,7 @@ task("service") on_run("main") set_menu {usage = "xmake service [options]", - description = "Start service for remote or distributed compilation and etc. ${color.warning}(Experimental, still in development)", + description = "Start service for remote or distributed compilation and etc.", options = { {nil, "start", "k", nil, "Start daemon service." }, {nil, "restart", "k", nil, "Restart daemon service." }, -- cgit v1.3.1