Merge pull request #903 from zmwangx/always-show-dev-commands

cmd/commands: always show developer commands
This commit is contained in:
Zhiming Wang 2016-09-14 02:50:32 -04:00 committed by GitHub
commit 54884cd9ce

View File

@ -17,11 +17,9 @@ module Homebrew
puts_columns internal_commands
# Find commands in Homebrew/dev-cmd
if ARGV.homebrew_developer?
puts
puts "Built-in developer commands"
puts_columns internal_developer_commands
end
# Find commands in the path
unless (exts = external_commands).empty?