diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 5ed3bf6c3..90dfa3672 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -412,6 +412,8 @@ the PHP executable available in it as a `PHP_BINARY` env var. ## Controlling additional arguments +As of Composer 2.8, you can control how additional arguments are passed to script commands. + When running scripts like `composer script-name arg arg2` or `composer script-name -- --option`, Composer will by default append `arg`, `arg2` and `--option` to the script's command.