aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/commands.rb
AgeCommit message (Collapse)Author
2017-11-05Refactor command handling codeMike McQuaid
Don’t rely on having external commands always present in the PATH in order to find them. Instead, provide an accessory method to Tap so they can be added and used when needed. While we’re here, do some general refactoring and cleanup of the command code in these places.
2016-09-08commands: add commands module for path lookup.Mike McQuaid