From 613982e88b197a9fc4b81d5bdd69079603e8e65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 22 Apr 2020 14:39:10 +0300 Subject: [PATCH 1/2] scripts: indicate how to see scripts-descriptions --- doc/articles/scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index fae33f614..9f4504ae3 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -375,4 +375,6 @@ You can set custom script descriptions with the following in your `composer.json } ``` +The descriptions are seen in `composer run -l` command output. + > **Note:** You can only set custom descriptions of custom commands. From b21936ab46b5dcc75da84066f39b602e50d02201 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 22 Apr 2020 17:08:33 +0200 Subject: [PATCH 2/2] Update scripts.md --- doc/articles/scripts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 9f4504ae3..bbaea9c89 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -375,6 +375,7 @@ You can set custom script descriptions with the following in your `composer.json } ``` -The descriptions are seen in `composer run -l` command output. +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.