Skip to content

Commit

Permalink
Merge pull request #1564 from Homebrew/brew_bundle_tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jan 16, 2025
2 parents a537c1c + 8f58891 commit 2a3825b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ class BundleCmd < AbstractCommand
description: "`install` prints output from commands as they are run. " \
"`check` lists all missing dependencies."
switch "--no-upgrade",
env: :bundle_no_upgrade,
description: "`install` does not run `brew upgrade` on outdated dependencies. " \
"`check` does not check for outdated dependencies. " \
"Note they may still be upgraded by `brew install` if needed."
switch "-f", "--force",
description: "`install` runs with `--force`/`--overwrite`. " \
Expand Down

0 comments on commit 2a3825b

Please sign in to comment.