Skip to content

Commit

Permalink
Fix aliases for "php:cli" command (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored and weitzman committed Mar 12, 2024
1 parent 0639d21 commit a293f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/core/CliCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -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])]
Expand Down

0 comments on commit a293f76

Please sign in to comment.