Merge pull request #1443 from isaax2/master

Add brew upgrade to Global commands
This commit is contained in:
Rico Sta. Cruz 2020-06-13 10:08:15 +10:00 committed by GitHub
commit bfb2305e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ category: CLI
| Command | Description |
| --- | --- |
| `brew update` | Update brew and cask |
| `brew upgrade` | Upgrade all packages |
| `brew list` | List installed |
| `brew outdated` | What's due for upgrades? |
| `brew doctor` | Diagnose brew issues |