Merge pull request #6880 from mbrodala/patch-2
Document arguments for custom commandspull/6895/merge
commit
0a09886307
|
@ -210,6 +210,10 @@ simply running `composer test`:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Similar to the `run-script` command you can give additional arguments to scripts,
|
||||||
|
e.g. `composer test -- --filter <pattern>` will pass `--filter <pattern>` along
|
||||||
|
to the `phpunit` script.
|
||||||
|
|
||||||
> **Note:** Before executing scripts, Composer's bin-dir is temporarily pushed
|
> **Note:** Before executing scripts, Composer's bin-dir is temporarily pushed
|
||||||
> on top of the PATH environment variable so that binaries of dependencies
|
> on top of the PATH environment variable so that binaries of dependencies
|
||||||
> are easily accessible. In this example no matter if the `phpunit` binary is
|
> are easily accessible. In this example no matter if the `phpunit` binary is
|
||||||
|
|
Loading…
Reference in New Issue