1
0
Fork 0

scripts: indicate how to see scripts-descriptions (#8823)

* scripts: indicate how to see scripts-descriptions

* Update scripts.md

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
pull/8836/head
Jordi Boggiano 2020-04-22 17:08:42 +02:00 committed by GitHub
commit f5ebbdaa37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -375,4 +375,7 @@ You can set custom script descriptions with the following in your `composer.json
}
```
The descriptions are used in `composer list` or `composer run -l` commands to
describe what the scripts do when the command is run.
> **Note:** You can only set custom descriptions of custom commands.