summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-24 23:49:17 +0800
committerruki <[email protected]>2025-12-24 23:49:17 +0800
commit810f3e5a697f4e546045b80fdb0aa4893717932f (patch)
treee985a40829f3da38a69834fe5c74514ab27f0344
parent44fff5e624cfa1e42d8ffa23a6c0250dc5e4ec63 (diff)
remove unused options in xrepo/env
-rw-r--r--xmake/modules/private/xrepo/action/env.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua
index a45d08b1c..2ba6068df 100644
--- a/xmake/modules/private/xrepo/action/env.lua
+++ b/xmake/modules/private/xrepo/action/env.lua
@@ -41,17 +41,7 @@ function menu_options()
-- menu options
local options =
{
- {'k', "kind", "kv", nil, "Enable static/shared library.",
- values = {"static", "shared"} },
- {'p', "plat", "kv", nil, "Set the given platform." },
- {'a', "arch", "kv", nil, "Set the given architecture." },
- {'m', "mode", "kv", nil, "Set the given mode.",
- values = {"release", "debug"} },
{nil, "show", "k", nil, "Only show environment information." },
- {'f', "configs", "kv", nil, "Set the given extra package configs.",
- "e.g.",
- " - xrepo env -f \"runtimes='MD'\" zlib cmake ..",
- " - xrepo env -f \"regex=true,thread=true\" \"zlib,boost\" cmake .."},
{nil, "add", "k", nil, "Add global environment config.",
"e.g.",
" - xrepo env --add base.lua",