Note that brew will silently ignore unrecognized options and pass any recognized option to every package.

This commit is contained in:
Jason R. McNeil 2013-05-18 10:37:03 -07:00
parent 9cc387c0e7
commit b5c3ebccc4

View File

@ -181,7 +181,9 @@ def install(name=None, pkgs=None, taps=None, options=None, **kwargs):
options
Options to pass to brew. Only applies to inital install. Due to how brew
works, modifying chosen options requires a full uninstall followed by a
fresh install.
fresh install. Note that if "pkgs" is used, all options will be passed
to all packages. Unreconized options for a package will be silently
ignored by brew.
CLI Example::