brew-{autoremove, install, upgrade}: add short options (#17331)

This commit is contained in:
Managor
2025-07-23 19:09:10 +03:00
committed by GitHub
parent 5bc69fc6e3
commit de3f41b230
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
- Print what would be removed, but don't actually remove anything:
`brew autoremove --dry-run`
`brew autoremove {{[-n|--dry-run]}}`
+2 -2
View File
@@ -9,8 +9,8 @@
- Build and install a formula from source (dependencies will still be installed from bottles):
`brew install --build-from-source {{formula}}`
`brew install {{[-s|--build-from-source]}} {{formula}}`
- Download the manifest, print what would be installed but don't actually install anything:
`brew install --dry-run {{formula|cask}}`
`brew install {{[-n|--dry-run]}} {{formula|cask}}`
+1 -1
View File
@@ -13,4 +13,4 @@
- Print what would be upgraded, but don't actually upgrade anything:
`brew upgrade --dry-run`
`brew upgrade {{[-n|--dry-run]}}`