update cn-introduction/03-cli.md
This commit is contained in:
parent
9486f4984d
commit
b48c620b96
|
@ -199,16 +199,13 @@
|
||||||
|
|
||||||
$ php composer.phar validate
|
$ php composer.phar validate
|
||||||
|
|
||||||
## status
|
## 依赖包状态检测 `status`
|
||||||
|
|
||||||
If you often need to modify the code of your dependencies and they are
|
如果你经常修改依赖包里的代码,并且它们是从 source(自定义源)进行安装的,那么 `status` 命令允许你进行检查,如果你有任何本地的更改它将会给予提示。
|
||||||
installed from source, the `status` command allows you to check if you have
|
|
||||||
local changes in any of them.
|
|
||||||
|
|
||||||
$ php composer.phar status
|
$ php composer.phar status
|
||||||
|
|
||||||
With the `--verbose` option you get some more information about what was
|
你可以使用 `--verbose` 系列参数(-v|vv|vvv)来获取更详细的详细:
|
||||||
changed:
|
|
||||||
|
|
||||||
$ php composer.phar status -v
|
$ php composer.phar status -v
|
||||||
You have changes in the following dependencies:
|
You have changes in the following dependencies:
|
||||||
|
|
Loading…
Reference in New Issue