Skip to content

Commit

Permalink
Refactor and add commands to brew zsh completion
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joshka authored and apjanke committed Sep 29, 2016
1 parent 0b5fea7 commit d624627
Showing 1 changed file with 822 additions and 151 deletions.
Loading

0 comments on commit d624627

Please sign in to comment.