From 4d746f6698c38afe82cb01d7d14d2333fb5dc092 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Apr 2026 23:16:03 +0800 Subject: improve output --- xmake/modules/private/xrepo/action/info.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmake/modules/private/xrepo/action/info.lua b/xmake/modules/private/xrepo/action/info.lua index e5fde72f5..31f585793 100644 --- a/xmake/modules/private/xrepo/action/info.lua +++ b/xmake/modules/private/xrepo/action/info.lua @@ -90,6 +90,8 @@ function _info_packages(packages) local config_argv = {"f", "-c"} if option.get("diagnosis") then table.insert(config_argv, "-vD") + else + table.insert(config_argv, "-q") end if option.get("plat") then table.insert(config_argv, "-p") -- cgit v1.3.1