mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Merge pull request #2198 from Larandar/master
[PLUGINS] Brew: Add "options" as a valide first argument
This commit is contained in:
commit
7f3e56f8d6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ _1st_arguments=(
|
|||
'list:list files in a formula or not-installed formulae'
|
||||
'log:git commit log for a formula'
|
||||
'missing:check all installed formuale for missing dependencies.'
|
||||
'options:display install options specific to formula.'
|
||||
'outdated:list formulas for which a newer version is available'
|
||||
'prune:remove dead links'
|
||||
'reinstall:reinstall a formula'
|
||||
|
|
Loading…
Reference in a new issue