From d782aae00f82bd160b0fc5c0cdac1ba27ae8ade1 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 20 Apr 2026 22:37:26 +0800 Subject: add --format --- xmake/actions/require/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/actions/require/xmake.lua') diff --git a/xmake/actions/require/xmake.lua b/xmake/actions/require/xmake.lua index 3a0b15802..e1596da52 100644 --- a/xmake/actions/require/xmake.lua +++ b/xmake/actions/require/xmake.lua @@ -74,8 +74,8 @@ task("require") "e.g.", " $ xmake require --info --format=json zlib", " $ xmake require --depgraph --format=dot libpng", - "values: json (for --info/--depgraph), tree/dot (for --depgraph only)", - values = {"tree", "json", "dot"} } + "values: json (for --info/--depgraph), dot (for --depgraph only)", + values = {"plain", "json", "dot"} } , {nil, "check", "k", nil, "Check whether the given package is supported", "e.g.", " $ xmake require --check tbox" } -- cgit v1.3.1