mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Note that brew will silently ignore unrecognized options and pass any recognized option to every package.
This commit is contained in:
parent
9cc387c0e7
commit
b5c3ebccc4
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user