From 2c7854d79031d962fb319b0f5db4334280f7b96a Mon Sep 17 00:00:00 2001 From: Finn Margraf Date: Fri, 8 May 2026 09:38:03 +0200 Subject: [PATCH] chore: added quotation marks note in CLI migration command --- components/ILIAS/Setup/src/CLI/MigrateCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ILIAS/Setup/src/CLI/MigrateCommand.php b/components/ILIAS/Setup/src/CLI/MigrateCommand.php index 898c27cc1a0f..9beb4e686616 100755 --- a/components/ILIAS/Setup/src/CLI/MigrateCommand.php +++ b/components/ILIAS/Setup/src/CLI/MigrateCommand.php @@ -156,7 +156,8 @@ protected function listMigrations(InputInterface $input, IOWrapper $io): void $status = $steps === 0 ? "[done]" : "[remaining steps: $steps]"; $io->text($migration_key . ": " . $migration->getLabel() . " " . $status); } - $io->inform('Run them by passing --run , e.g. --run ' . $migration_key); + $io->inform('Run them by passing --run "", e.g. --run ' . $migration_key); + $io->inform('Don\'t forget quotation marks if the migration_id includes a "\\"'); } protected function prepareEnvironmentForMigration(