diff --git a/src/Commands/core/CliCommands.php b/src/Commands/core/CliCommands.php index d083112049..11be493051 100644 --- a/src/Commands/core/CliCommands.php +++ b/src/Commands/core/CliCommands.php @@ -53,7 +53,7 @@ public function docs(): void /** * Open an interactive shell on a Drupal site. */ - #[CLI\Command(name: self::PHP, aliases: ['php,core:cli', 'core-cli'])] + #[CLI\Command(name: self::PHP, aliases: ['php', 'core:cli', 'core-cli'])] #[CLI\Option(name: 'version-history', description: 'Use command history based on Drupal version. Default is per site.')] #[CLI\Option(name: 'cwd', description: 'A directory to change to before launching the shell. Default is the project root directory')] #[CLI\Topics(topics: [self::DOCS_REPL])]