brew/Library/Homebrew/cmd/config.rb

15 lines
314 B
Ruby
Raw Normal View History

2016-04-08 16:28:43 +02:00
#: * `config`:
#: Show Homebrew and system configuration useful for debugging. If you file
#: a bug report, you will likely be asked for this information if you do not
#: provide it.
require "system_config"
module Homebrew
2016-09-26 01:44:51 +02:00
module_function
2014-04-26 23:31:39 -07:00
def config
SystemConfig.dump_verbose_config
end
end