mirror of
https://github.com/gosticks/brew.git
synced 2026-08-30 13:30:17 +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
|