| Age | Commit message (Collapse) | Author |
|
|
|
Fixes https://github.com/Homebrew/brew/issues/3601.
|
|
|
|
|
|
|
|
|
|
Fixes querying Cask commands' help
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
Fix `--language` option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use `ArgumentError` instead of `CaskError` in `CLI`.
|
|
Refactor CLI options.
|
|
|
|
|
|
|
|
If `brew instal` is permissible, `brew uninstal` should be, too.
|
|
|
|
|
|
|
|
|
|
|
|
add cask reinstall command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|