This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
mirror of
https://github.com/Homebrew/brew.git
synced
2025-07-14 16:09:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
brew
/
Library
/
Homebrew
/
cmd
/
cask.rb
10 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
Move `cask` to `cmd/`.
2017-03-06 11:39:07 +01:00
require
"
hbc
"
module
Homebrew
module_function
def
cask
Add `CLI::Options` DSL.
2017-05-21 00:15:56 +02:00
Hbc
::
CLI
.
run
(
*
ARGV
)
Move `cask` to `cmd/`.
2017-03-06 11:39:07 +01:00
end
end
Reference in New Issue
Copy Permalink