diff options
| author | ruki <[email protected]> | 2026-06-18 21:33:10 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-18 21:33:10 +0800 |
| commit | e782a2fbb9815e217671216e218fb3017f3cf60b (patch) | |
| tree | 527e8d557370d6a9cb2303ffdd317444f7659de6 /xmake/plugins/pack/xmake.lua | |
| parent | 9b8df1e3c6bf7aa841c3c62f8f80d5016690367b (diff) | |
| parent | 6aeb1e3fef16f55f6ff20e60bb48ddded9c90faf (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.lua | 5 |
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."}, } } |
