diff options
| author | ruki <[email protected]> | 2026-04-18 23:16:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-18 23:16:03 +0800 |
| commit | 4d746f6698c38afe82cb01d7d14d2333fb5dc092 (patch) | |
| tree | 73d3ecc8d9342f76d597969517209ed9a446d09e | |
| parent | 7d63c0360afe456ccec0fa304b66aa68ea21a1d8 (diff) | |
improve output
| -rw-r--r-- | xmake/modules/private/xrepo/action/info.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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") |
