aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh
AgeCommit message (Collapse)Author
2018-01-13Merge pull request #3679 from alyssais/zsh_cask_completionAlyssa Ross
Don't auto-tap caskroom/cask in ZSH completion
2018-01-13Don't auto-tap caskroom/cask in ZSH completionAlyssa Ross
The Bash completion just uses the directory tree rather than invoking `brew cask`, so doesn't exhibit the same behaviour.
2018-01-13brew unlink: fix short optionRakesh
2017-11-16completions/zsh: Update `brew cask` completions.Simon Olofsson
2017-08-30add zsh completion for switch <formula> <version>Andrew Lazarus
2017-08-11brew deps: add --include-requirementsAndrew Janke
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-03-26Update all references to taps.Mike McQuaid
- Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed).
2017-02-11applied changes suggested in PRTimothee Cour
2017-02-11renamed where to formulaTimothee Cour
2017-02-11add brew where commandTimothee Cour
2017-02-06Fix: Documentation of --only in tests cmdFabian Mettler
This pull request fixes the documentation for the —only flag of the tests cmd.
2016-12-30Remove `brew cask update` from ZSH completions.Markus Reiter
2016-11-11Repeated typo.Devesh Khandelwal
2016-11-11Typo: delet -> deleteDevesh Khandelwal
2016-10-23Add dictionary artifactEitot
2016-10-17tweak zsh 'brew deps' completionsAndrew Janke
2016-09-29Refactor and add commands to brew zsh completionJoshua McKinney
This is a full rewrite of the zsh completion based on the changes we made to support external commands. A function for each brew command handles only that command's arguments. The main completion function dispatches the completion flow to the correct function. This generically works with both internal and external commands. This change includes all arguments for all internal brew commands. Some commands are missing argument documentation due to missing help docs.
2016-09-20Rearrange repository files.Mike McQuaid