aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/ARGV+yeast.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/ARGV+yeast.rb b/Library/Homebrew/ARGV+yeast.rb
index 967274c31..a37e1dc1b 100644
--- a/Library/Homebrew/ARGV+yeast.rb
+++ b/Library/Homebrew/ARGV+yeast.rb
@@ -64,6 +64,9 @@ module HomebrewArgvExtension
def debug?
flag? '--debug' or ENV['HOMEBREW_DEBUG']
end
+ def quieter?
+ flag? '--quieter'
+ end
def flag? flag
options.each do |arg|