Skip to content

Commit

Permalink
Merge pull request #366 from cakephp/default-theme
Browse files Browse the repository at this point in the history
Set default theme in BakeTask.
  • Loading branch information
markstory authored Oct 13, 2017
2 parents a108e7d + b6229ad commit 5dd01be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Shell/Task/BakeTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public function getOptionParser()
])->addOption('theme', [
'short' => 't',
'help' => 'The theme to use when baking code.',
'default' => Configure::read('Bake.theme'),
'choices' => $bakeThemes
]);

Expand Down

0 comments on commit 5dd01be

Please sign in to comment.