9 10 11 12
# File 'lib/cocoapods/command/env.rb', line 9 def self.options options = [] options.concat(super.reject { |option, _| option == '--silent' }) end