cmd/commands: always show developer commands

Per discussion in #900.

Closes #900.
This commit is contained in:
Zhiming Wang 2016-09-09 18:10:10 -04:00
parent aaf8c415f4
commit 41efd59d2c
No known key found for this signature in database
GPG Key ID: BBD31D4D110044B8

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
puts
puts "Built-in developer commands"
puts_columns internal_developer_commands
# Find commands in the path
unless (exts = external_commands).empty?