| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-05 | Refactor command handling code | Mike 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. | |||
| 2017-10-20 | commands: tweak find_internal_commands. | Mike McQuaid | |
| Use a more typical Ruby style. | |||
| 2017-10-18 | commands: filter out dotfiles from output | Dominyk Tiller | |
| 2017-10-14 | commands: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-02 | Remove `private_class_method` from commands. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-09-14 | Merge pull request #903 from zmwangx/always-show-dev-commands | Zhiming Wang | |
| cmd/commands: always show developer commands | |||
| 2016-09-11 | cmd/commands: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-09 | cmd/commands: always show developer commands | Zhiming Wang | |
| Per discussion in #900. Closes #900. | |||
| 2016-09-08 | commands: developer not development commands. | Mike McQuaid | |
| 2016-09-08 | cmd/*: don't restrict dev-cmd to Homebrew developers. | Mike McQuaid | |
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-01-20 | commands: support .sh commands | Baptiste Fontaine | |
| 2015-10-26 | commands: ensure internal commands are files | Xu Cheng | |
| `Pathname#children(with_directory = false)` doesn't filter directories, instead it returns path with basename. Closes Homebrew/homebrew#45325. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-10-15 | commands: ensure external commands are executable | Martin Afanasjew | |
| For consistency with `brew command` and the logic in `brew.sh` (both use `which` to find/validate an external command), we need to filter files that are not executable. Otherwise `brew commands` and thus bash completion will offer commands that will produce an error when attempting to use them. Closes Homebrew/homebrew#44999. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-21 | commands: sort external commands by name | Martin Afanasjew | |
| Closes Homebrew/homebrew#44125. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-12 | commands: better output | Xu Cheng | |
| 2015-09-12 | add dev-cmd folder | Xu Cheng | |
| 2015-08-06 | favor flat_map over map...flatten | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-11 | commands: support list all commands without header | Xu Cheng | |
| 2015-03-08 | commands: move argument to fix warning. | Mike McQuaid | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2013-09-17 | move paths to utils | Adam Vandenberg | |
| 2013-09-17 | brew commands | Adam Vandenberg | |
| Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes Homebrew/homebrew#22509. | |||
