10 lines
95 B
Ruby
Raw Normal View History

2017-03-06 11:39:07 +01:00
require "hbc"
module Homebrew
module_function
def cask
2017-05-21 00:15:56 +02:00
Hbc::CLI.run(*ARGV)
2017-03-06 11:39:07 +01:00
end
end