diff options
| author | Saikari <[email protected]> | 2026-07-26 22:50:42 +0300 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-07-30 10:17:31 +0800 |
| commit | 21f1b0efbf5441e5ec82a2caa84984a77ad7e7eb (patch) | |
| tree | 71bc6323bf53b2d92c04eb95e7e257362180c392 /xmake/plugins/plugin/xmake.lua | |
| parent | 5f9a9e45ecb47384aa6c80d3543b7c379cb4e5ea (diff) | |
Added tests for plugins
Diffstat (limited to 'xmake/plugins/plugin/xmake.lua')
| -rw-r--r-- | xmake/plugins/plugin/xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/plugins/plugin/xmake.lua b/xmake/plugins/plugin/xmake.lua index b61dd05f9..87d85e81d 100644 --- a/xmake/plugins/plugin/xmake.lua +++ b/xmake/plugins/plugin/xmake.lua @@ -36,7 +36,6 @@ task("plugin") " $ xmake plugin --install hello-world", " $ xmake plugin --remove hello-world", " $ xmake plugin --list", - " $ xmake plugin --update", - " $ xmake plugin --update hello-world"} + " $ xmake plugin --update"} } } |
