Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does Homebrew "-vd" argument mean?

Could someone please explain the "-vd" argument used for brew commands? For example,

brew install --build-from-source --with-python -vd protobuf
like image 213
tamtam Avatar asked Oct 29 '25 05:10

tamtam


1 Answers

It is possible to combine flags so -vd is shorthand for -v and -d. Looking at the documentation for Homebrew (https://docs.brew.sh/Manpage) shows us that for brew install -v means verbose and -d means debug.

like image 101
user9540018 Avatar answered Oct 31 '25 13:10

user9540018



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!