aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
AgeCommit message (Collapse)Author
2017-03-16Replace `Hbc.load` with `CaskLoader.load`.Markus Reiter
2017-03-16Replace `Hbc.path` with `CaskLoader.path`.Markus Reiter
2017-03-16Use a `Formulary`-like approach to load Casks.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-03-15Merge pull request #2326 from vszakats/sprotMike McQuaid
secure urls + remove -k from in-doc curl command
2017-03-15Merge pull request #2311 from nath/highlightInstalledCasksMarkus Reiter
Added highlighting of installed casks to cask search
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-13Fixed test case wordingNath Tumlin
2017-03-13Style changesNath Tumlin
2017-03-13Added tests for highlight installed and fixed style errorsNath Tumlin
2017-03-12Change instances of caskroom.io to caskroom.github.ioNumbermaniac
2017-03-11Fix “Hombrew” typo.Markus Reiter
2017-03-10Refactor artifacts.Markus Reiter
2017-03-08Move `brew cask --version` into separate file.Markus Reiter
2017-03-08Merge pull request #2283 from reitermarkus/cask-cli-argumenterrorMarkus Reiter
Use `ArgumentError` instead of `CaskError` in `CLI`.
2017-03-08Merge pull request #2284 from reitermarkus/cask-refactor-cliMarkus Reiter
Refactor CLI options.
2017-03-07Remove redundant `Utils`.Markus Reiter
2017-03-07Use `ArgumentError` instead of `CaskError` in `CLI`.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-03-06Add missing `:cask` metadata to specs.Markus Reiter
2017-03-05Move Cask specs into `brew tests`.Markus Reiter