mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 22:10:20 +00:00
8 lines
102 B
Ruby
8 lines
102 B
Ruby
require "help"
|
|
|
|
module Homebrew
|
|
def help(cmd = nil, flags = {})
|
|
Help.help(cmd, flags)
|
|
end
|
|
end
|