标签: arguments homebrew
有人可以解释用于brew命令的“ -vd”参数吗?例如,
brew
brew install --build-from-source --with-python -vd protobuf
谢谢。
答案 0 :(得分:2)
可以组合标志,因此-vd是-v和-d的简写。查看Homebrew(https://docs.brew.sh/Manpage)的文档可知,对于brew install,-v意味着冗长,而-d则意味着调试。
-vd
-v
-d
brew install