From cb8f1d5f461cde92deceb3a00c0ce1d6bb1d3ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 21 Feb 2024 14:15:41 +0100 Subject: [PATCH] Fix update notes from prior Drush versions to include missing /src (#5874) --- docs/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 9a585bd8d2..cc824a5b62 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -3,7 +3,7 @@ !!! tip 1. Drush 12 expects commandfiles to use a [create() method](dependency-injection.md#create-method) to inject Drupal and Drush dependencies. Prior versions used a [drush.services.yml file](https://www.drush.org/11.x/dependency-injection/#services-files) which is now deprecated and will be removed in Drush 13. - 1. Drush 12 expects all commandfiles in the `/Drush/` directory. The `Drush` subdirectory is a new requirement. + 1. Drush 12 expects all commandfiles in the `/src/Drush/` directory. The `Drush` subdirectory is a new requirement. Creating a new Drush command is easy. Follow the steps below.