aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/tap.rb')
-rw-r--r--Library/Homebrew/tap.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index 2d1c47e32..ed93e1266 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -503,6 +503,11 @@ class Tap
map(&:name).sort
end
+ # an array of all tap cmd directory {Pathname}s
+ def self.cmd_directories
+ Pathname.glob TAP_DIRECTORY/"*/*/cmd"
+ end
+
# @private
def formula_file_to_name(file)
"#{name}/#{file.basename(".rb")}"