Files
tldr/pages.zh/common/brew-outdated.md

17 lines
369 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# brew outdated
> 列出过时的 cask 和 formulae。
> 要升级所有内容,请使用 `brew upgrade`。
> 更多信息:<https://docs.brew.sh/Manpage#outdated-options-formulacask->。
- 列出所有过时的 cask 和 formulae
`brew outdated`
- 仅列出过时的 formulae
`brew outdated --formula`
- 仅列出过时的 casks
`brew outdated --cask`