Add short option for theme in BakeShell

This commit is contained in:
Christian Winther 2013-05-29 13:49:51 +00:00
parent 5aac41ed43
commit 2eb9841c54

View file

@ -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.')
));
}