aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/command.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-10-02Use `module_function` for commands.Markus Reiter
2016-09-08command: use Commands module.Mike McQuaid
2016-09-08cmd/*: don't restrict dev-cmd to Homebrew developers.Mike McQuaid
2016-04-10Add all the top level commentsMax Nordlund
2016-01-20command: support .sh commandsBaptiste Fontaine
Closes Homebrew/homebrew#48192. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-06command: fail early if no command is givenBaptiste Fontaine
Closes Homebrew/homebrew#44450. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-09-12add dev-cmd folderXu Cheng
2015-08-03command: fix break caused by style updateXu Cheng
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-03add `brew command`Xu Cheng
Closes Homebrew/homebrew#41034. Signed-off-by: Xu Cheng <xucheng@me.com>