Merge pull request #15660 from mxr/patch-1
Support `brew cleanup --quiet`
This commit is contained in:
commit
2e28696dca
@ -53,7 +53,7 @@ module Homebrew
|
||||
return
|
||||
end
|
||||
|
||||
cleanup.clean!
|
||||
cleanup.clean!(quiet: args.quiet?, periodic: false)
|
||||
|
||||
unless cleanup.disk_cleanup_size.zero?
|
||||
disk_space = disk_usage_readable(cleanup.disk_cleanup_size)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user