mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Add leaves
command to brew
completion
This commit is contained in:
parent
4b76b7429a
commit
763cef8013
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ _1st_arguments=(
|
||||||
'info:information about a formula'
|
'info:information about a formula'
|
||||||
'install:install a formula'
|
'install:install a formula'
|
||||||
'reinstall:install a formula anew; re-using its current options'
|
'reinstall:install a formula anew; re-using its current options'
|
||||||
|
'leaves:show installed formulae that are not dependencies of another installed formula'
|
||||||
'link:link a formula'
|
'link:link a formula'
|
||||||
'list:list files in a formula or not-installed formulae'
|
'list:list files in a formula or not-installed formulae'
|
||||||
'log:git commit log for a formula'
|
'log:git commit log for a formula'
|
||||||
|
|
Loading…
Reference in a new issue