Skip to content
Snippets Groups Projects
Commit 54884cd9 authored by Zhiming Wang's avatar Zhiming Wang Committed by GitHub
Browse files

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

cmd/commands: always show developer commands
parents 278ae841 41efd59d
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment