brew-list: add --pinned example (#15026)

brew list: add --pinned example
This commit is contained in:
Nelson Figueroa
2024-12-03 16:15:31 -08:00
committed by GitHub
parent 55fc45670f
commit bfb80d23f3

View File

@@ -22,3 +22,7 @@
- List only casks: - List only casks:
`brew list --cask` `brew list --cask`
- List only pinned formulae:
`brew list --pinned`