From 469a156b5951781f4a6fb2c088051420fde8110b Mon Sep 17 00:00:00 2001 From: PrinsFrank <25006490+PrinsFrank@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:52:57 +0200 Subject: [PATCH] Add dry-run argument to dump-autoload documentation (#12138) --- doc/03-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 1d4fc2933..bdf95c854 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -983,6 +983,7 @@ performance. * **--apcu:** Use APCu to cache found/not-found classes. * **--apcu-prefix:** Use a custom prefix for the APCu autoloader cache. Implicitly enables `--apcu`. +* **--dry-run:** Outputs the operations but will not execute anything. * **--no-dev:** Disables autoload-dev rules. Composer will by default infer this automatically according to the last `install` or `update` `--no-dev` state. * **--dev:** Enables autoload-dev rules. Composer will by default infer this