We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
args
arg
1 parent f1c6b69 commit c5c939bCopy full SHA for c5c939b
main.lua
@@ -46,7 +46,7 @@ local function get_total_size(items)
46
return total
47
else
48
local arg = ya.target_os() == "macos" and "-scA" or "-scb"
49
- local output, err = Command("du"):arg(arg):args(items):output()
+ local output, err = Command("du"):arg(arg):arg(items):output()
50
if not output then
51
ya.err("Failed to run du: " .. err)
52
end
0 commit comments