From 2eb9841c54f1324df13a11dfc0dea956dc858eb0 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Wed, 29 May 2013 13:49:51 +0000 Subject: [PATCH] Add short option for theme in BakeShell --- lib/Cake/Console/Command/BakeShell.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Console/Command/BakeShell.php b/lib/Cake/Console/Command/BakeShell.php index 880800c9c..fd55ce6ac 100644 --- a/lib/Cake/Console/Command/BakeShell.php +++ b/lib/Cake/Console/Command/BakeShell.php @@ -244,6 +244,7 @@ class BakeShell extends AppShell { 'short' => 'c', 'default' => 'default' ))->addOption('theme', array( + 'short' => 't', 'help' => __d('cake_console', 'Theme to use when baking code.') )); }