# Stdlib rules for the Homebrew package manager.
# Catch-all ask first, then allow overrides (last-match-wins).
[[]]
= "ask"
= "brew"
[[]]
= "allow"
= "brew"
= ["--help", "-h", "--version", "-V"]
[[]]
= "allow"
= "brew"
= [
"list", "ls", "leaves", "info", "desc", "home", "deps", "uses",
"search", "doctor", "config", "outdated", "missing", "tap-info",
"formulae", "casks", "log", "cat", "fetch", "docs", "shellenv", "help",
]