aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/commands.rb
AgeCommit message (Expand)Author
2017-11-05Refactor command handling codeMike McQuaid
2017-10-20commands: tweak find_internal_commands.Mike McQuaid
2017-10-18commands: filter out dotfiles from outputDominyk Tiller
2017-10-14commands: pass explicit sort to handle APFSDominyk Tiller
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-02Remove `private_class_method` from commands.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-14Merge pull request #903 from zmwangx/always-show-dev-commandsZhiming Wang
2016-09-11cmd/commands: fix Rubocop warnings.Mike McQuaid
2016-09-09cmd/commands: always show developer commandsZhiming Wang
2016-09-08commands: developer not development commands.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-20commands: support .sh commandsBaptiste Fontaine
2015-10-26commands: ensure internal commands are filesXu Cheng
2015-10-15commands: ensure external commands are executableMartin Afanasjew
2015-09-21commands: sort external commands by nameMartin Afanasjew
2015-09-12commands: better outputXu Cheng
2015-09-12add dev-cmd folderXu Cheng
2015-08-06favor flat_map over map...flattenXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-07-11commands: support list all commands without headerXu Cheng
2015-03-08commands: move argument to fix warning.Mike McQuaid
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2013-09-17move paths to utilsAdam Vandenberg
2013-09-17brew commandsAdam Vandenberg