1
當您運行不帶任何選項./pants得到您的幫助:在褲子buildtool中,「高級」選項和常規選項之間有什麼區別?
$ ./pants help
Pants 0.0.32 https://pypi.python.org/pypi/pantsbuild.pants/0.0.32
Usage:
./pants [option ...] [goal ...] [target...] Attempt the specified goals.
./pants help Get help.
./pants help [goal] Get help for a goal.
./pants help-advanced [goal] Get help for a goal's advanced options.
./pants help-all Get help for all goals.
./pants goals List all installed goals.
我注意到你也可以看到他們與--help-advanced
標誌。
爲什麼有些像下面標有`(Advanced)'?
(ADVANCED)
--pants-bootstrapdir <dir>
Use this dir for global cache. (default:
/Users/zundel/.cache/pants)
(ADVANCED)
--pants-configdir <dir>
Use this dir for global config files. (default:
/Users/zundel/.config/pants)
這有關係嗎?提供了高級幫助,以便高級用戶可以使用高級功能來使用該工具進行高級功能:) – ForceBru 2015-04-03 17:48:24