Skip to content

Commit

Permalink
feat: restore drush command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Feb 28, 2024
1 parent e89e66d commit 28d42db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drush/Commands/SubThemeCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct(?SubThemeGenerator $subThemeCreator = NULL, ?Filesys
*
*/
#[CLI\Command(name: 'emulsify_tools:bake', aliases: ['emulsify'])]
#[CLI\Argument(name: 'name')]
#[CLI\Argument(name: 'name', description: 'The name of your emulsify based subtheme.')]
#[CLI\Usage(name: 'emulsify_tools:bake MyThemeName')]
public function generateSubTheme(
string $name,
Expand Down

0 comments on commit 28d42db

Please sign in to comment.