Skip to content

Commit

Permalink
docs: document brew config entries[skip ci] (topgrade-rs#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Feb 17, 2024
1 parent 8991bc9 commit 238e089
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,22 @@


[brew]
# For the BrewCask step
# If `Repo Cask Upgrade` exists, then use the `-a` option.
# Otherwise, use the `--greedy` option.
# greedy_cask = true

# For the BrewCask step
# If `Repo Cask Upgrade` does not exist, then use the `--greedy_latest` optoin.
# NOTE: the above entry `greedy_cask` contains this entry, though you can enable
# both of them, they won't clash with each other.
# greedy_latest = true

# For the BrewFormula step
# Execute `brew autoremove` after the step.
# autoremove = true

# For the BrewFormula step
# Upgrade formulae built from the HEAD branch; `brew upgrade --fetch-HEAD`
# fetch_head = true

Expand Down

0 comments on commit 238e089

Please sign in to comment.