Tree:
5ad6796bcd
master
patch-1
v0.1.0
v0.10.0
v0.10.1
v0.11.0
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.14.0
v0.14.1
v0.16.0
v0.16.1
v0.16.2
v0.17.0
v0.17.1
v0.17.2
v0.17.3
v0.18.0
v0.18.1
v0.18.2
v0.18.3
v0.19.0
v0.19.1
v0.19.2
v0.19.3
v0.19.4
v0.2.0
v0.20.0
v0.20.1
v0.21.0
v0.21.1
v0.22.0
v0.23.0
v0.24.0
v0.25.0
v0.26.0
v0.26.1
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.29.1
v0.29.2
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.3.6
v0.3.7
v0.30.0
v0.30.1
v0.31.0
v0.31.1
v0.32.0
v0.33.0
v0.33.1
v0.34.0
v0.35.0
v0.36.0
v0.36.1
v0.36.2
v0.37.0
v0.37.1
v0.38.0
v0.38.1
v0.39.1
v0.39.2
v0.39.3
v0.4.0
v0.40.0
v0.41.0
v0.41.1
v0.42.0
v0.43.0
v0.43.1
v0.44.0
v0.46.0
v0.47.0
v0.48.0
v0.49.0
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.50.0
v0.51.0
v0.51.1
v0.52.0
v0.52.1
v0.53.0
v0.53.1
v0.53.3
v0.54.0
v0.54.1
v0.55.0
v0.56.0
v0.57.0
v0.58.0
v0.59.0
v0.6.0
v0.60.0
v0.60.1
v0.7.0
v0.8.0
v0.9.0
v0.9.1
v0.9.2
${ noResults }
1 Commits (5ad6796bcd818eedfe2e3b54e55212f33305db3e)
Author | SHA1 | Message | Date |
---|---|---|---|
Félix Saparelli | 5ad6796bcd |
Add options to the cli
Options can be passed on the command-line and/or using the HOMEBREW_CASK_OPTS environment variable (which has lowest priority). There is a single --appdir=PATH option right now, but this commit enables future awesomeness! Other minor changes: * `brew cask help` now returns the same thing as `brew cask` instead of saying there was “no such command as help”. * The HEREDOC block now uses Homebrew's #undent instead of the customed-rolled #gsub version. Cleaner and more flexible. * `Cask.set_appdir` has been renamed to `Cask.appdir=`. This is more Rubyish, and of little consequence (the only place it was previously used was in the tests). |
12 years ago |