diff options
| author | ruki <[email protected]> | 2022-04-12 22:42:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-12 22:42:25 +0800 |
| commit | 314c329ed33997af84bb0971965a15f3cc7cdbb4 (patch) | |
| tree | 8361481eeab3d019b27cc1083196cb285f2dfa33 /xmake/plugins/service/xmake.lua | |
| parent | 1ef23a02096321059a14afd8b6bc38eeb3b3d282 (diff) | |
improve sync
Diffstat (limited to 'xmake/plugins/service/xmake.lua')
| -rw-r--r-- | xmake/plugins/service/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/service/xmake.lua b/xmake/plugins/service/xmake.lua index 0cd101972..f45e2a0f8 100644 --- a/xmake/plugins/service/xmake.lua +++ b/xmake/plugins/service/xmake.lua @@ -31,6 +31,7 @@ task("service") {nil, "connect" , "k", nil, "Connect current project to the remote daemon service." }, {nil, "reconnect", "k", nil, "Reconnect current project to the remote daemon service." }, {nil, "disconnect", "k", nil, "Disconnect current project in the remote daemon service." }, + {nil, "sync", "k", nil, "Sync current project files in the remote daemon service." }, {nil, "clean", "k", nil, "Clean current project files in the remote daemon service." }, {nil, "config", "kv", nil, "Import the configuration file. (default: ~/.xmake/service.conf)", "e.g.", |
