aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli.rb
AgeCommit message (Collapse)Author
2018-01-27Create `Hbc::Config` class.Markus Reiter
2017-12-24cask: exit successfully when given no argumentsAlyssa Ross
Fixes https://github.com/Homebrew/brew/issues/3601.
2017-12-11Fix messed up parenthesis.Markus Reiter
2017-12-02Support environment filtering in Casks.Markus Reiter
2017-11-29Fix external Cask commands.Markus Reiter
2017-10-29Hack a first working version of upgradeL. E. Segovia
2017-10-24Merge pull request #3306 from amyspark/hacktoberfest-quash-cask-helpMarkus Reiter
Fixes querying Cask commands' help
2017-10-21Actually check that the command name was set before adding it to argsL. E. Segovia
2017-10-20Fix brew style errorsL. E. Segovia
2017-10-20Let Cask handle the -h flagL. E. Segovia
2017-10-20Fix ternary condition styleL. E. Segovia
2017-10-20Print only the offending command instead of the whole Cask commandL. E. Segovia
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-12Remove unknown_command variableL. E. Segovia
2017-10-12Fixes help queryingL. E. Segovia
- If a non-existent command with a flag is queried to Cask, the latter is printed instead of the command - If the help from a not-yet-tapped cask's command is queried, it prints brew tap's help infinitely Fixes caskroom/homebrew-cask#28977
2017-08-04Remove `_checkurl`.Markus Reiter
2017-06-14Merge pull request #2775 from reitermarkus/languageMarkus Reiter
Fix `--language` option.
2017-06-13Fix `--language` option.Markus Reiter
2017-06-13🔨 Refactor Cask exceptions.Markus Reiter
2017-06-06Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-24Also move `--binarydir` to `compat/*`.Markus Reiter
2017-05-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-22Add `CLI::Options` DSL.Markus Reiter
2017-05-22Rename `Base` and `InternalUseBase`.Markus Reiter
2017-05-22Remove Cask’s `CLI#debug?`.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
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-07Use `ArgumentError` instead of `CaskError` in `CLI`.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-03-06Use Homebrew’s `require?`.Markus Reiter
2017-02-21brew uninstal alias for brew uninstallilovezfs
If `brew instal` is permissible, `brew uninstal` should be, too.
2017-02-10Display message when running `brew cask _stanza` without arguments.Markus Reiter
2017-01-24Allow overriding MacOS.version.Markus Reiter
2017-01-23Add internal command to calculate appcast checkpoint.Markus Reiter
2016-12-30Do not require `compat/hbc/cli/update` when `—no-compat` is specified.Markus Reiter
2016-12-30Deprecate `brew cask update`.Markus Reiter
2016-10-24Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_caskJosh Hagins
add cask reinstall command
2016-10-23Add dictionary artifactEitot
2016-10-23Remove redundant `self`s.Markus Reiter
2016-10-23Fix spacing and indentation.Markus Reiter
2016-10-23Use `()` as delimiters for `%Q` and `%q` literals.Markus Reiter
2016-10-23Use slash-delimited regular expressions.Markus Reiter
2016-10-18Remove Cask’s `which` method.Markus Reiter
2016-10-18remove empty line and concatenate newline to e.message in cli.rbNaren
2016-10-14add cask reinstall commandMartin Schimandl
2016-10-04Refactor Cask’s extensions.Markus Reiter