1
0
Fork 0

flag should come before script name

pull/8162/head
Rob Bast 2019-05-14 10:20:32 +02:00 committed by Rob
parent 7f34189f91
commit d63bf33848
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ To disable the timeout of a single script call, you must use the `run-script` co
command and specify the `--timeout` parameter:
```
composer run-script test --timeout=0
composer run-script --timeout=0 test
```
## Referencing scripts