diff options
| author | ruki <[email protected]> | 2026-06-18 22:54:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-06-18 22:54:54 +0800 |
| commit | 849606b78fe250ed3315fb65a085ca6c860ddcaf (patch) | |
| tree | 2b49c22a80d475f258a59b73fb3533f0f4f353d7 /xmake/plugins/pack/xmake.lua | |
| parent | 9b8df1e3c6bf7aa841c3c62f8f80d5016690367b (diff) | |
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."}, } } |
