brew: add leaves command (#3928)

This commit is contained in:
Justinas Pošiūnas
2020-03-26 04:24:09 +02:00
committed by GitHub
parent 8477079ecf
commit b398a44ff2

View File

@@ -15,6 +15,10 @@
`brew list`
- List installed formulae that are not dependencies of another installed formula:
`brew leaves`
- Upgrade an installed formula (if no formula name is given, all installed formulae are upgraded):
`brew upgrade {{formula}}`