From b57ec2d39075b4b433a339c19e873559f1401466 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Sep 2023 22:39:10 +0800 Subject: sync xmakesrc --- xmake/actions/service/xmake.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmake/actions/service/xmake.lua b/xmake/actions/service/xmake.lua index 32b701bf5..917e5e839 100644 --- a/xmake/actions/service/xmake.lua +++ b/xmake/actions/service/xmake.lua @@ -45,10 +45,13 @@ task("service") {nil, "distcc", "k", nil, "Start or connect the distributed build service." }, {nil, "ccache", "k", nil, "Start or connect the remote c/c++ cache service." }, {nil, "sync", "k", nil, "Sync current project files in the remote daemon service." }, + {nil, "xmakesrc", "k", nil, "Sync xmake program files in the remote daemon service.", + "e.g.", + " - xmake service --sync --xmakesrc=/xmakeproj/xmake" }, {nil, "pull", "k", nil, "Pull the given file or directory in the remote daemon service.", "e.g.", " - xmake service --pull build outputdir", - " - xmake service --pull 'build/**' outputdir" }, + " - xmake service --pull 'build/**' outputdir" }, {nil, "clean", "k", nil, "Clean current project files in the remote daemon service." }, {nil, "add-user", "kv", nil, "Add user in the server.", "e.g.", -- cgit v1.3.1