summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-06-18 21:33:10 +0800
committerGitHub <[email protected]>2026-06-18 21:33:10 +0800
commite782a2fbb9815e217671216e218fb3017f3cf60b (patch)
tree527e8d557370d6a9cb2303ffdd317444f7659de6 /xmake/plugins/pack/xmake.lua
parent9b8df1e3c6bf7aa841c3c62f8f80d5016690367b (diff)
parent6aeb1e3fef16f55f6ff20e60bb48ddded9c90faf (diff)
Merge pull request #7608 from xmake-io/format
format menus
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
-rw-r--r--xmake/plugins/pack/xmake.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua
index f95abcf98..6e0a358aa 100644
--- a/xmake/plugins/pack/xmake.lua
+++ b/xmake/plugins/pack/xmake.lua
@@ -28,13 +28,14 @@ task("pack")
{'o', "outputdir", "kv", nil, "Set the output directory. (default: build/xpack)"},
{nil, "basename", "kv", nil, "Set the basename of the output file."},
{nil, "autobuild", "kv", true, "Build targets automatically."},
- {'j', "jobs", "kv", tostring(os.default_njob()), "Set the number of parallel compilation jobs." },
+ {'j', "jobs", "kv", tostring(os.default_njob()),
+ "Set the number of parallel compilation jobs."},
{'f', "formats", "kv", "all", "Pack the given package formats.",
"e.g.",
" - xmake pack -f nsis,deb,rpm",
"values:",
values = {"nsis", "wix", "deb", "srpm", "rpm", "runself", "targz", "tarxz", "zip", "srctargz", "srctarxz", "srczip"}},
{},
- {nil, "packages", "vs", nil, "The package names."}
+ {nil, "packages", "vs", nil, "The package names."},
}
}