收到提示:
Warning: brew upgrade with no arguments will change behaviour soon!
It currently upgrades all formula but this will soon change to require '--all'.
Please update any workflows, documentation and scripts!
1
cattyhouse 2015-04-29 23:48:06 +08:00 via iPhone
不带参数就是update all。
|
2
donotgo 2015-04-30 08:45:16 +08:00
@cattyhouse 仔细看 warning,现在 "brew upgrade" 不能用了。必须加参数,要么加具体的 formula 名字,要么加 --all 才是跟以前 "brew upgrade" 升级所有 formula 一样的功能。
|
3
cattyhouse 2015-04-30 15:35:12 +08:00
@donotgo 什么不能用?那段warning的意思是
1,不带参数的 brew upgrade命令的行为不久的将来会改变 2,目前brew upgrade的行为是:更新所有formula 3,”不久的将来“的行为会变化成要求带上 --all 参数,才能更新所有formula 4,请做好准备,修改相关的工作流,文档和脚本。 完全没说现在不能用,而且我现在还用的好好的,不带参数。 |
4
donotgo 2015-05-01 07:48:55 +08:00
@cattyhouse 嗯,我说的不对,不是“现在”不能用,是“将要”不能用
|