diff options
| author | ruki <[email protected]> | 2026-04-18 21:52:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-20 09:35:36 +0800 |
| commit | fea8ad3d654e497ba83315f26902647dd64f561e (patch) | |
| tree | 7576a6c7b0005da49bc381769af96fabb038f11c /xmake/plugins/show/xmake.lua | |
| parent | 51be800bddfa199774206393cb8d7e0749f59756 (diff) | |
add --dot output
Diffstat (limited to 'xmake/plugins/show/xmake.lua')
| -rw-r--r-- | xmake/plugins/show/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/show/xmake.lua b/xmake/plugins/show/xmake.lua index 77d2be2b3..de7a5a1c5 100644 --- a/xmake/plugins/show/xmake.lua +++ b/xmake/plugins/show/xmake.lua @@ -32,6 +32,7 @@ task("show") {'g', "group", "kv", nil, "Filter targets by the given group name."}, {nil, "json", "k", false, "Show information with json format."}, {nil, "pretty", "k", false, "Enable pretty formatted json output."}, + {nil, "dot", "k", false, "Output dependency graph in graphviz DOT format."}, {'i', "info", "kv", nil, "Show the given information.", values = function (complete, opt) return import("list").infos() |
