diff options
| author | ruki <[email protected]> | 2023-09-14 22:39:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-14 22:39:10 +0800 |
| commit | b57ec2d39075b4b433a339c19e873559f1401466 (patch) | |
| tree | fc798b91ab54e7d849e4ec3fb3b3998c8c9fc59c | |
| parent | 7f8321f74261cdb39c9ce0c3ecab6a8e28cfda28 (diff) | |
sync xmakesrc
| -rw-r--r-- | xmake/actions/service/xmake.lua | 5 |
1 files changed, 4 insertions, 1 deletions
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.", |
